Html Css Color HEX #AD02DC Dark Violet

📋 copy color: '#AD02DC'

red 173 ◦ green 2 ◦ blue 220

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

Shades of Dark Violet #AD02DC

Tints of Dark Violet #AD02DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 43.8%
G = 0.51%
B = 55.7%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD02DC (or 0xAD02DC) is known color: Dark Violet. HEX triplet: AD, 02 and DC. RGB value is (173,2,220). Sum of RGB (Red+Green+Blue) = 173+2+220=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD02DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02DC is #52FD23. Grayscale: #4D4D4D. Windows color (decimal): -5438756 or 14418605. OLE color: 14418605.

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

Color convert

RGB 173 2 220 -
CMYK 0.21 0.99 0 0.14
HSL 287.06º 0.98% 0.44% -
HSV(B) 287.06º 0.99% 0.86% -
XYZ 30.17 14.09 68.84 -
YUV 77.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 173 2 220 0.21 0.99 0 0.14 287.06 0.98 0.44
Hex AD 2 DC 15 63 0 E 11F 62 2C
Octal 255 2 334 25 143 0 16 437 142 54
Binary 10101101 10 11011100 10101 1100011 0 1110 100011111 1100010 101100

Color Harmonies of #AD02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02DC

Black with #AD02DC

Text Example


Text Example

White with #AD02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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