Html Css Color HEX #AD02C2 Deep Magenta

📋 copy color: '#AD02C2'

red 173 ◦ green 2 ◦ blue 194

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

Shades of Deep Magenta #AD02C2

Tints of Deep Magenta #AD02C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 46.88%
G = 0.54%
B = 52.57%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD02C2 (or 0xAD02C2) is known color: Deep Magenta. HEX triplet: AD, 02 and C2. RGB value is (173,2,194). Sum of RGB (Red+Green+Blue) = 173+2+194=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD02C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02C2 is #52FD3D. Grayscale: #4A4A4A. Windows color (decimal): -5438782 or 12714669. OLE color: 12714669.

HSL color Cylindrical-coordinate representation of color #AD02C2: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02C2 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 2 194 -
CMYK 0.11 0.99 0 0.24
HSL 293.44º 0.98% 0.38% -
HSV(B) 293.44º 0.99% 0.76% -
XYZ 26.99 12.82 52.09 -
YUV 75.02 195.15 197.89 -
System Red Green Blue C M Y K H S L
Decimal 173 2 194 0.11 0.99 0 0.24 293.44 0.98 0.38
Hex AD 2 C2 B 63 0 18 125 62 26
Octal 255 2 302 13 143 0 30 445 142 46
Binary 10101101 10 11000010 1011 1100011 0 11000 100100101 1100010 100110

Color Harmonies of #AD02C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02C2

Black with #AD02C2

Text Example


Text Example

White with #AD02C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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