#AD06DD

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

Shades of Dark Violet #AD06DD

Tints of Dark Violet #AD06DD

Color information

#AD06DD (or 0xAD06DD) is unknown color: approx Dark Violet. HEX triplet: AD, 06 and DD. RGB value is (173,6,221). Sum of RGB (Red+Green+Blue) = 173+6+221=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD06DD is #52F922. Grayscale: #4F4F4F. Windows color (decimal): -5437731 or 14485165. OLE color: 14485165.

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

Color convert

RGB1736221-
CMYK0.220.9700.13
HSL286.6º94.71%44.51%-
HSV(B)286.6º97.29%86.67%-
XYZ30.3514.2369.55-
YUV80.44207.33194.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 6 (2.73% from 255) = 1.5%
BLUE value IS 221 (86.72% from 255) = 55.25%
R=43.25%
G=1.5%
B=55.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17362210.220.9700.13286.694.7144.51
HexAD6DD16610D11f5f2d
Octal25563352614101543713755
Binary1010110111011011101101101100001011011000111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD06DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD06DD; }

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

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

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

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

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

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

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

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