#AB06D3

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

Shades of Dark Violet #AB06D3

Tints of Dark Violet #AB06D3

Color information

#AB06D3 (or 0xAB06D3) is unknown color: approx Dark Violet. HEX triplet: AB, 06 and D3. RGB value is (171,6,211). Sum of RGB (Red+Green+Blue) = 171+6+211=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB06D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06D3 is #54F92C. Grayscale: #4E4E4E. Windows color (decimal): -5568813 or 13829803. OLE color: 13829803.

HSL color Cylindrical-coordinate representation of color #AB06D3: hue angle of 288.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06D3 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1716211-
CMYK0.190.9700.17
HSL288.29º94.47%42.55%-
HSV(B)288.29º97.16%82.75%-
XYZ28.6213.4962.72-
YUV78.7202.66193.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 211 (82.81% from 255) = 54.38%
R=44.07%
G=1.55%
B=54.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal17162110.190.9700.17288.2994.4742.55
HexAB6D313610111205e2b
Octal25363232314102144013653
Binary10101011110110100111001111000010100011001000001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB06D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB06D3; }

 p { color: rgb(171,6,211); }

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

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

 a { background-color: rgb(171,6,211); }

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

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

 span { border-color: rgb(171,6,211); }

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