#AB5EAD

Color #AB5EAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB5EAD

Tints of Violet Blue #AB5EAD

Color information

#AB5EAD (or 0xAB5EAD) is unknown color: approx Violet Blue. HEX triplet: AB, 5E and AD. RGB value is (171,94,173). Sum of RGB (Red+Green+Blue) = 171+94+173=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5EAD is #54A152. Grayscale: #7D7D7D. Windows color (decimal): -5546323 or 11361963. OLE color: 11361963.

HSL color Cylindrical-coordinate representation of color #AB5EAD: hue angle of 298.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5EAD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17194173-
CMYK0.010.4600.32
HSL298.48º32.51%52.35%-
HSV(B)298.48º45.66%67.84%-
XYZ28.3419.6841.84-
YUV126.03154.51160.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=39.04%
G=21.46%
B=39.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171941730.010.4600.32298.4832.5152.35
HexAB5EAD12E02012a2134
Octal2531362551560404524164
Binary1010101110111101010110111011100100000100101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EAD; }

 p { color: rgb(171,94,173); }

 H1.HeaderClassName
 {
   color: #AB5EAD;
 }
 .AnyTagClassName
 {
   color: #AB5EAD;
 }
</style>
background-color css

<style>
 a { background-color: #AB5EAD; }

 a { background-color: rgb(171,94,173); }

 div.DivClassName
 {
   background-color: #AB5EAD;
 }
 .BgClassName
 {
   background-color: #AB5EAD;
 }
</style>
border-color css

<style>
 span { border-color: #AB5EAD; }

 span { border-color: rgb(171,94,173); }

 td.TdClassName
 {
   border-color: #AB5EAD;
 }
 .TagClassName
 {
   border-color: #AB5EAD;
 }
</style>