Html Css Color HEX #AD02DE Dark Violet

📋 copy color: '#AD02DE'

red 173 ◦ green 2 ◦ blue 222

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

Shades of Dark Violet #AD02DE

Tints of Dark Violet #AD02DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 43.58%
G = 0.5%
B = 55.92%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD02DE (or 0xAD02DE) is known color: Dark Violet. HEX triplet: AD, 02 and DE. RGB value is (173,2,222). Sum of RGB (Red+Green+Blue) = 173+2+222=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD02DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02DE is #52FD21. Grayscale: #4D4D4D. Windows color (decimal): -5438754 or 14549677. OLE color: 14549677.

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

Color convert

RGB 173 2 222 -
CMYK 0.22 0.99 0 0.13
HSL 286.64º 0.98% 0.44% -
HSV(B) 286.64º 0.99% 0.87% -
XYZ 30.44 14.2 70.24 -
YUV 78.21 209.15 195.61 -
System Red Green Blue C M Y K H S L
Decimal 173 2 222 0.22 0.99 0 0.13 286.64 0.98 0.44
Hex AD 2 DE 16 63 0 D 11F 62 2C
Octal 255 2 336 26 143 0 15 437 142 54
Binary 10101101 10 11011110 10110 1100011 0 1101 100011111 1100010 101100

Color Harmonies of #AD02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02DE

Black with #AD02DE

Text Example


Text Example

White with #AD02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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