Html Css Color HEX #AD08DA Dark Violet

📋 copy color: '#AD08DA'

red 173 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #AD08DA

Tints of Dark Violet #AD08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.64%

R = 43.36%
G = 2.01%
B = 54.64%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD08DA (or 0xAD08DA) is known color: Dark Violet. HEX triplet: AD, 08 and DA. RGB value is (173,8,218). Sum of RGB (Red+Green+Blue) = 173+8+218=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD08DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08DA is #52F725. Grayscale: #505050. Windows color (decimal): -5437222 or 14289069. OLE color: 14289069.

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

Color convert

RGB 173 8 218 -
CMYK 0.21 0.96 0 0.15
HSL 287.14º 0.93% 0.44% -
HSV(B) 287.14º 0.96% 0.85% -
XYZ 29.98 14.12 67.48 -
YUV 81.28 205.16 193.42 -
System Red Green Blue C M Y K H S L
Decimal 173 8 218 0.21 0.96 0 0.15 287.14 0.93 0.44
Hex AD 8 DA 15 60 0 F 11F 5D 2C
Octal 255 10 332 25 140 0 17 437 135 54
Binary 10101101 1000 11011010 10101 1100000 0 1111 100011111 1011101 101100

Color Harmonies of #AD08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08DA

Black with #AD08DA

Text Example


Text Example

White with #AD08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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