Html Css Color HEX #AD11AA Deep Magenta

📋 copy color: '#AD11AA'

red 173 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #AD11AA

Tints of Deep Magenta #AD11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.72%

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

R = 48.06%
G = 4.72%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD11AA (or 0xAD11AA) is known color: Deep Magenta. HEX triplet: AD, 11 and AA. RGB value is (173,17,170). Sum of RGB (Red+Green+Blue) = 173+17+170=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD11AA is #52EE55. Grayscale: #505050. Windows color (decimal): -5434966 or 11145645. OLE color: 11145645.

HSL color Cylindrical-coordinate representation of color #AD11AA: hue angle of 301.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD11AA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 170 -
CMYK 0 0.90 0.02 0.32
HSL 301.15º 0.82% 0.37% -
HSV(B) 301.15º 0.9% 0.68% -
XYZ 24.69 12.19 39.08 -
YUV 81.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 173 17 170 0 0.90 0.02 0.32 301.15 0.82 0.37
Hex AD 11 AA 0 5A 2 20 12D 52 25
Octal 255 21 252 0 132 2 40 455 122 45
Binary 10101101 10001 10101010 0 1011010 10 100000 100101101 1010010 100101

Color Harmonies of #AD11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11AA

Black with #AD11AA

Text Example


Text Example

White with #AD11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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