Html Css Color HEX #AD02D5 Dark Violet

📋 copy color: '#AD02D5'

red 173 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #AD02D5

Tints of Dark Violet #AD02D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.9%

R = 44.59%
G = 0.52%
B = 54.9%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD02D5 (or 0xAD02D5) is known color: Dark Violet. HEX triplet: AD, 02 and D5. RGB value is (173,2,213). Sum of RGB (Red+Green+Blue) = 173+2+213=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD02D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02D5 is #52FD2A. Grayscale: #4C4C4C. Windows color (decimal): -5438763 or 13959853. OLE color: 13959853.

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

Color convert

RGB 173 2 213 -
CMYK 0.19 0.99 0 0.16
HSL 288.63º 0.98% 0.42% -
HSV(B) 288.63º 0.99% 0.84% -
XYZ 29.27 13.73 64.06 -
YUV 77.18 204.65 196.34 -
System Red Green Blue C M Y K H S L
Decimal 173 2 213 0.19 0.99 0 0.16 288.63 0.98 0.42
Hex AD 2 D5 13 63 0 10 121 62 2A
Octal 255 2 325 23 143 0 20 441 142 52
Binary 10101101 10 11010101 10011 1100011 0 10000 100100001 1100010 101010

Color Harmonies of #AD02D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02D5

Black with #AD02D5

Text Example


Text Example

White with #AD02D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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