#AD01D2

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

Shades of Dark Violet #AD01D2

Tints of Dark Violet #AD01D2

Color information

#AD01D2 (or 0xAD01D2) is unknown color: approx Dark Violet. HEX triplet: AD, 01 and D2. RGB value is (173,1,210). Sum of RGB (Red+Green+Blue) = 173+1+210=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD01D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01D2 is #52FE2D. Grayscale: #4B4B4B. Windows color (decimal): -5439022 or 13762989. OLE color: 13762989.

HSL color Cylindrical-coordinate representation of color #AD01D2: hue angle of 289.38º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01D2 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1731210-
CMYK0.181.0000.18
HSL289.38º99.05%41.37%-
HSV(B)289.38º99.52%82.35%-
XYZ28.8813.5662.07-
YUV76.25203.48197.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 210 (82.42% from 255) = 54.69%
R=45.05%
G=0.26%
B=54.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17312100.181.0000.18289.3899.0541.37
HexAD1D212640121216329
Octal25513222214402244114351
Binary101011011110100101001011001000100101001000011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD01D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD01D2; }

 p { color: rgb(173,1,210); }

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

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

 a { background-color: rgb(173,1,210); }

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

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

 span { border-color: rgb(173,1,210); }

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