COLOR #A558BF

HEX: #A558BF
RGB: (165,88,191)

Color info

#A558BF contains mainly red and blue colors. Web safe color of #A558BF is #9966CC (or #96C).

RGB color model

#A558BF color RGB value is (165,88,191).

  • red value is 165;
  • green value is 88;
  • blue value is 191.
RGB:
(165,88,191)
(65%,35%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 191 of 255 = 75%

165
88
191

R + G + B ~ 58%. #A558BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 191 = 444 (100%)
R 165 of 444 ~ 37.16%
G 88 of 444 ~ 19.82%
B 191 of 444 ~ 43.02%

%37.16
%19.82
%43.02

CMYK color model

#A558BF color CMYK value is (14,54,0,25).

  • cyan value is 13.61%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,54,0,25)
C14M54Y0K25 
(14%,54%,0%,25%)
(0.14/0.54/0.00/0.25)	

CMYK percentages

%13.61
%53.93
%0
%25.1

Codes

Color #A558BF in popluar color models

A558BF
RGB16588191
HSL285°44.59%54.71%
HSB/HSV285°53.93%74.90%
CMYK13.61%53.93%0.00%
25.10%

Color #A558BF in popluar number systems.

HEXA558BF
Decimal16588191
Binary10100101101100010111111
Octal245130277

Shades and tints

Shades of #A558BF

#A558BF
(165,88,191)
#9650AE
(150,80,174)
#87489D
(135,72,157)
#78408C
(120,64,140)
#69387B
(105,56,123)
#5A306A
(90,48,106)
#4B2859
(75,40,89)
#3C2048
(60,32,72)
#2D1837
(45,24,55)
#1E1026
(30,16,38)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #A558BF

#A558BF
(165,88,191)
#AD67C4
(173,103,196)
#B576C9
(181,118,201)
#BD85CE
(189,133,206)
#C594D3
(197,148,211)
#CDA3D8
(205,163,216)
#D5B2DD
(213,178,221)
#DDC1E2
(221,193,226)
#E5D0E7
(229,208,231)
#EDDFEC
(237,223,236)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A558BF color. Also use rgb(165,88,191) instead hex code.

Text Font Color

.myTextColor { color: #A558BF; }

<p style="color:#A558BF">This sample text font color is #A558BF.</p>

This text font color is #A558BF.


Background Color

.myBgColor { background-color: #A558BF; }

<div style="background-color:#A558BF">Inner text</div>

This div background color is #A558BF.


Border color

.myBorderColor { border: 1px solid #A558BF; }

<div style="border:3px solid #A558BF">Div</div>

This div border color is #A558BF.


Opacity

.myOpacity80 { color: #A558BF; opacity: 0.8; }

<p style="color:#A558BF;opacity:0.8;">80%</p>

Text with #A558BF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A558BF;}

<p style="text-shadow: 3px 3px 1px #A558BF">Text here.</p>

This text has shadow with #A558BF color.

.textShadow {text-shadow: 3px 3px 1px #A558BF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A558BF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A558BF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A558BF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A558BF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A558BF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A558BF;
  -webkit-box-shadow:	1px 1px 3px 2px #A558BF;
  box-shadow:		1px 1px 3px 2px #A558BF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A558BF;
-webkit-box-shadow: 1px 1px 3px 2px #A558BF;
box-shadow:1px 1px 3px 2px #A558BF;">
Div content here</div>
This div box has shadow with color #A558BF.

Preview

Color preview on black background

This text has color #A558BF on black background.


Color preview on white background

This text has color #A558BF on white background.



Black color preview on #A558BF background

This text has black color on #A558BF background.


White color preview on #A558BF background

This text has white color on #A558BF background.