Html Css Color HEX #AA11B5 Deep Magenta

📋 copy color: '#AA11B5'

red 170 ◦ green 17 ◦ blue 181

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

Shades of Deep Magenta #AA11B5

Tints of Deep Magenta #AA11B5

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

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

 BLUE value IS 181 (71.09% from 255) = 49.18%

R = 46.2%
G = 4.62%
B = 49.18%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA11B5 (or 0xAA11B5) is known color: Deep Magenta. HEX triplet: AA, 11 and B5. RGB value is (170,17,181). Sum of RGB (Red+Green+Blue) = 170+17+181=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA11B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11B5 is #55EE4A. Grayscale: #505050. Windows color (decimal): -5631563 or 11866538. OLE color: 11866538.

HSL color Cylindrical-coordinate representation of color #AA11B5: hue angle of 295.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA11B5 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 17 181 -
CMYK 0.06 0.91 0 0.29
HSL 295.98º 0.83% 0.39% -
HSV(B) 295.98º 0.91% 0.71% -
XYZ 25.12 12.28 44.76 -
YUV 81.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 170 17 181 0.06 0.91 0 0.29 295.98 0.83 0.39
Hex AA 11 B5 6 5B 0 1D 128 53 27
Octal 252 21 265 6 133 0 35 450 123 47
Binary 10101010 10001 10110101 110 1011011 0 11101 100101000 1010011 100111

Color Harmonies of #AA11B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11B5

Black with #AA11B5

Text Example


Text Example

White with #AA11B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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