#AB54A8

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

Shades of Violet Blue #AB54A8

Tints of Violet Blue #AB54A8

Color information

#AB54A8 (or 0xAB54A8) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and A8. RGB value is (171,84,168). Sum of RGB (Red+Green+Blue) = 171+84+168=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB54A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54A8 is #54AB57. Grayscale: #777777. Windows color (decimal): -5548888 or 11031723. OLE color: 11031723.

HSL color Cylindrical-coordinate representation of color #AB54A8: hue angle of 302.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB54A8 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17184168-
CMYK00.510.020.33
HSL302.07º34.12%50%-
HSV(B)302.07º50.88%67.06%-
XYZ27.0317.8339.06-
YUV119.59155.32164.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=40.43%
G=19.86%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718416800.510.020.33302.0734.1250
HexAB54A803322112e2232
Octal2531242500632414564262
Binary10101011101010010101000011001110100001100101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54A8; }

 p { color: rgb(171,84,168); }

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

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

 a { background-color: rgb(171,84,168); }

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

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

 span { border-color: rgb(171,84,168); }

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