#AB08C9

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

Shades of Dark Violet #AB08C9

Tints of Dark Violet #AB08C9

Color information

#AB08C9 (or 0xAB08C9) is unknown color: approx Dark Violet. HEX triplet: AB, 08 and C9. RGB value is (171,8,201). Sum of RGB (Red+Green+Blue) = 171+8+201=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08C9 is #54F736. Grayscale: #4E4E4E. Windows color (decimal): -5568311 or 13174955. OLE color: 13174955.

HSL color Cylindrical-coordinate representation of color #AB08C9: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08C9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1718201-
CMYK0.150.9600.21
HSL290.67º92.34%40.98%-
HSV(B)290.67º96.02%78.82%-
XYZ27.4213.0556.33-
YUV78.74197193.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 8 (3.52% from 255) = 2.11%
BLUE value IS 201 (78.91% from 255) = 52.89%
R=45%
G=2.11%
B=52.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal17182010.150.9600.21290.6792.3440.98
HexAB8C9F600151235c29
Octal253103111714002544313451
Binary10101011100011001001111111000000101011001000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB08C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB08C9; }

 p { color: rgb(171,8,201); }

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

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

 a { background-color: rgb(171,8,201); }

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

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

 span { border-color: rgb(171,8,201); }

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