#AD06CB

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

Shades of Dark Violet #AD06CB

Tints of Dark Violet #AD06CB

Color information

#AD06CB (or 0xAD06CB) is unknown color: approx Dark Violet. HEX triplet: AD, 06 and CB. RGB value is (173,6,203). Sum of RGB (Red+Green+Blue) = 173+6+203=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD06CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06CB is #52F934. Grayscale: #4D4D4D. Windows color (decimal): -5437749 or 13305517. OLE color: 13305517.

HSL color Cylindrical-coordinate representation of color #AD06CB: hue angle of 290.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06CB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1736203-
CMYK0.150.9700.20
HSL290.86º94.26%40.98%-
HSV(B)290.86º97.04%79.61%-
XYZ28.0813.3357.59-
YUV78.39198.33195.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 203 (79.69% from 255) = 53.14%
R=45.29%
G=1.57%
B=53.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17362030.150.9700.20290.8694.2640.98
HexAD6CBF610141235e29
Octal25563131714102444313651
Binary1010110111011001011111111000010101001001000111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD06CB; }

 p { color: rgb(173,6,203); }

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

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

 a { background-color: rgb(173,6,203); }

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

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

 span { border-color: rgb(173,6,203); }

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