Html Css Color HEX #AD02C5 Dark Violet

📋 copy color: '#AD02C5'

red 173 ◦ green 2 ◦ blue 197

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

Shades of Dark Violet #AD02C5

Tints of Dark Violet #AD02C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.96%

R = 46.51%
G = 0.54%
B = 52.96%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD02C5 (or 0xAD02C5) is known color: Dark Violet. HEX triplet: AD, 02 and C5. RGB value is (173,2,197). Sum of RGB (Red+Green+Blue) = 173+2+197=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD02C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02C5 is #52FD3A. Grayscale: #4A4A4A. Windows color (decimal): -5438779 or 12911277. OLE color: 12911277.

HSL color Cylindrical-coordinate representation of color #AD02C5: hue angle of 292.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02C5 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 2 197 -
CMYK 0.12 0.99 0 0.23
HSL 292.62º 0.98% 0.39% -
HSV(B) 292.62º 0.99% 0.77% -
XYZ 27.33 12.96 53.88 -
YUV 75.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 173 2 197 0.12 0.99 0 0.23 292.62 0.98 0.39
Hex AD 2 C5 C 63 0 17 125 62 27
Octal 255 2 305 14 143 0 27 445 142 47
Binary 10101101 10 11000101 1100 1100011 0 10111 100100101 1100010 100111

Color Harmonies of #AD02C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02C5

Black with #AD02C5

Text Example


Text Example

White with #AD02C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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