Html Css Color HEX #AD02C9 Dark Violet

📋 copy color: '#AD02C9'

red 173 ◦ green 2 ◦ blue 201

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

Shades of Dark Violet #AD02C9

Tints of Dark Violet #AD02C9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 46.01%
G = 0.53%
B = 53.46%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD02C9 (or 0xAD02C9) is known color: Dark Violet. HEX triplet: AD, 02 and C9. RGB value is (173,2,201). Sum of RGB (Red+Green+Blue) = 173+2+201=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD02C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02C9 is #52FD36. Grayscale: #4B4B4B. Windows color (decimal): -5438775 or 13173421. OLE color: 13173421.

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

Color convert

RGB 173 2 201 -
CMYK 0.14 0.99 0 0.21
HSL 291.56º 0.98% 0.4% -
HSV(B) 291.56º 0.99% 0.79% -
XYZ 27.8 13.14 56.33 -
YUV 75.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 173 2 201 0.14 0.99 0 0.21 291.56 0.98 0.4
Hex AD 2 C9 E 63 0 15 124 62 28
Octal 255 2 311 16 143 0 25 444 142 50
Binary 10101101 10 11001001 1110 1100011 0 10101 100100100 1100010 101000

Color Harmonies of #AD02C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02C9

Black with #AD02C9

Text Example


Text Example

White with #AD02C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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