#AD06C6

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

Shades of Dark Violet #AD06C6

Tints of Dark Violet #AD06C6

Color information

#AD06C6 (or 0xAD06C6) is unknown color: approx Dark Violet. HEX triplet: AD, 06 and C6. RGB value is (173,6,198). Sum of RGB (Red+Green+Blue) = 173+6+198=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD06C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06C6 is #52F939. Grayscale: #4D4D4D. Windows color (decimal): -5437754 or 12977837. OLE color: 12977837.

HSL color Cylindrical-coordinate representation of color #AD06C6: hue angle of 292.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06C6 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1736198-
CMYK0.130.9700.22
HSL292.19º94.12%40%-
HSV(B)292.19º96.97%77.65%-
XYZ27.4913.0954.5-
YUV77.82195.83195.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 6 (2.73% from 255) = 1.59%
BLUE value IS 198 (77.73% from 255) = 52.52%
R=45.89%
G=1.59%
B=52.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17361980.130.9700.22292.1994.1240
HexAD6C6D610161245e28
Octal25563061514102644413650
Binary1010110111011000110110111000010101101001001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD06C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD06C6; }

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

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

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

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

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

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

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

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