Html Css Color HEX #AD01AA Deep Magenta

📋 copy color: '#AD01AA'

red 173 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #AD01AA

Tints of Deep Magenta #AD01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 50.29%
G = 0.29%
B = 49.42%

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

#AD01AA (or 0xAD01AA) is known color: Deep Magenta. HEX triplet: AD, 01 and AA. RGB value is (173,1,170). Sum of RGB (Red+Green+Blue) = 173+1+170=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01AA is #52FE55. Grayscale: #474747. Windows color (decimal): -5439062 or 11141549. OLE color: 11141549.

HSL color Cylindrical-coordinate representation of color #AD01AA: hue angle of 301.05º degrees, saturation: 0.99, 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 #AD01AA is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 170 -
CMYK 0 0.99 0.02 0.32
HSL 301.05º 0.99% 0.34% -
HSV(B) 301.05º 0.99% 0.68% -
XYZ 24.5 11.81 39.02 -
YUV 71.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 173 1 170 0 0.99 0.02 0.32 301.05 0.99 0.34
Hex AD 1 AA 0 63 2 20 12D 63 22
Octal 255 1 252 0 143 2 40 455 143 42
Binary 10101101 1 10101010 0 1100011 10 100000 100101101 1100011 100010

Color Harmonies of #AD01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01AA

Black with #AD01AA

Text Example


Text Example

White with #AD01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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