Html Css Color HEX #AD0CD6 Dark Violet

📋 copy color: '#AD0CD6'

red 173 ◦ green 12 ◦ blue 214

#AD0CD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AD0CD6

Tints of Dark Violet #AD0CD6

RGB

 RED value IS 173 (67.97% from 255) = 43.36%

 GREEN value IS 12 (5.08% from 255) = 3.01%

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 43.36%
G = 3.01%
B = 53.63%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD0CD6 (or 0xAD0CD6) is known color: Dark Violet. HEX triplet: AD, 0C and D6. RGB value is (173,12,214). Sum of RGB (Red+Green+Blue) = 173+12+214=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD0CD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0CD6 is #52F329. Grayscale: #525252. Windows color (decimal): -5436202 or 14027949. OLE color: 14027949.

HSL color Cylindrical-coordinate representation of color #AD0CD6: hue angle of 287.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0CD6 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 12 214 -
CMYK 0.19 0.94 0 0.16
HSL 287.82º 0.89% 0.44% -
HSV(B) 287.82º 0.94% 0.84% -
XYZ 29.5 14 64.77 -
YUV 83.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 173 12 214 0.19 0.94 0 0.16 287.82 0.89 0.44
Hex AD C D6 13 5E 0 10 120 59 2C
Octal 255 14 326 23 136 0 20 440 131 54
Binary 10101101 1100 11010110 10011 1011110 0 10000 100100000 1011001 101100

Color Harmonies of #AD0CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0CD6

Black with #AD0CD6

Text Example


Text Example

White with #AD0CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0CD6; }

 p { color: rgb(173,12,214); }

 H1.HeaderClassName
 {
   color: #AD0CD6;
 }
 .AnyTagClassName
 {
   color: #AD0CD6;
 }
</style>

background-color css

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

 a { background-color: rgb(173,12,214); }

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

border-color css

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

 span { border-color: rgb(173,12,214); }

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