Html Css Color HEX #AD02AA Deep Magenta

📋 copy color: '#AD02AA'

red 173 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #AD02AA

Tints of Deep Magenta #AD02AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 50.14%
G = 0.58%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD02AA (or 0xAD02AA) is known color: Deep Magenta. HEX triplet: AD, 02 and AA. RGB value is (173,2,170). Sum of RGB (Red+Green+Blue) = 173+2+170=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02AA is #52FD55. Grayscale: #474747. Windows color (decimal): -5438806 or 11141805. OLE color: 11141805.

HSL color Cylindrical-coordinate representation of color #AD02AA: hue angle of 301.05º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02AA is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 170 -
CMYK 0 0.99 0.02 0.32
HSL 301.05º 0.98% 0.34% -
HSV(B) 301.05º 0.99% 0.68% -
XYZ 24.51 11.83 39.02 -
YUV 72.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 173 2 170 0 0.99 0.02 0.32 301.05 0.98 0.34
Hex AD 2 AA 0 63 2 20 12D 62 22
Octal 255 2 252 0 143 2 40 455 142 42
Binary 10101101 10 10101010 0 1100011 10 100000 100101101 1100010 100010

Color Harmonies of #AD02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02AA

Black with #AD02AA

Text Example


Text Example

White with #AD02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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