Html Css Color HEX #AD08D6 Dark Violet

📋 copy color: '#AD08D6'

red 173 ◦ green 8 ◦ blue 214

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

Shades of Dark Violet #AD08D6

Tints of Dark Violet #AD08D6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

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

R = 43.8%
G = 2.03%
B = 54.18%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD08D6 (or 0xAD08D6) is known color: Dark Violet. HEX triplet: AD, 08 and D6. RGB value is (173,8,214). Sum of RGB (Red+Green+Blue) = 173+8+214=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD08D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08D6 is #52F729. Grayscale: #505050. Windows color (decimal): -5437226 or 14026925. OLE color: 14026925.

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

Color convert

RGB 173 8 214 -
CMYK 0.19 0.96 0 0.16
HSL 288.06º 0.93% 0.44% -
HSV(B) 288.06º 0.96% 0.84% -
XYZ 29.46 13.91 64.75 -
YUV 80.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 173 8 214 0.19 0.96 0 0.16 288.06 0.93 0.44
Hex AD 8 D6 13 60 0 10 120 5D 2C
Octal 255 10 326 23 140 0 20 440 135 54
Binary 10101101 1000 11010110 10011 1100000 0 10000 100100000 1011101 101100

Color Harmonies of #AD08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08D6

Black with #AD08D6

Text Example


Text Example

White with #AD08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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