Html Css Color HEX #AD02CE Dark Violet

📋 copy color: '#AD02CE'

red 173 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #AD02CE

Tints of Dark Violet #AD02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 45.41%
G = 0.52%
B = 54.07%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD02CE (or 0xAD02CE) is known color: Dark Violet. HEX triplet: AD, 02 and CE. RGB value is (173,2,206). Sum of RGB (Red+Green+Blue) = 173+2+206=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02CE is #52FD31. Grayscale: #4B4B4B. Windows color (decimal): -5438770 or 13501101. OLE color: 13501101.

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

Color convert

RGB 173 2 206 -
CMYK 0.16 0.99 0 0.19
HSL 290.29º 0.98% 0.41% -
HSV(B) 290.29º 0.99% 0.81% -
XYZ 28.4 13.38 59.48 -
YUV 76.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 173 2 206 0.16 0.99 0 0.19 290.29 0.98 0.41
Hex AD 2 CE 10 63 0 13 122 62 29
Octal 255 2 316 20 143 0 23 442 142 51
Binary 10101101 10 11001110 10000 1100011 0 10011 100100010 1100010 101001

Color Harmonies of #AD02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02CE

Black with #AD02CE

Text Example


Text Example

White with #AD02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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