Html Css Color HEX #AD08C9 Dark Violet

📋 copy color: '#AD08C9'

red 173 ◦ green 8 ◦ blue 201

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

Shades of Dark Violet #AD08C9

Tints of Dark Violet #AD08C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.62%

R = 45.29%
G = 2.09%
B = 52.62%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD08C9 (or 0xAD08C9) is known color: Dark Violet. HEX triplet: AD, 08 and C9. RGB value is (173,8,201). Sum of RGB (Red+Green+Blue) = 173+8+201=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08C9 is #52F736. Grayscale: #4E4E4E. Windows color (decimal): -5437239 or 13174957. OLE color: 13174957.

HSL color Cylindrical-coordinate representation of color #AD08C9: hue angle of 291.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08C9 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 8 201 -
CMYK 0.14 0.96 0 0.21
HSL 291.3º 0.92% 0.41% -
HSV(B) 291.3º 0.96% 0.79% -
XYZ 27.86 13.27 56.35 -
YUV 79.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 173 8 201 0.14 0.96 0 0.21 291.3 0.92 0.41
Hex AD 8 C9 E 60 0 15 123 5C 29
Octal 255 10 311 16 140 0 25 443 134 51
Binary 10101101 1000 11001001 1110 1100000 0 10101 100100011 1011100 101001

Color Harmonies of #AD08C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08C9

Black with #AD08C9

Text Example


Text Example

White with #AD08C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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