Html Css Color HEX #AA11B6 Deep Magenta

📋 copy color: '#AA11B6'

red 170 ◦ green 17 ◦ blue 182

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

Shades of Deep Magenta #AA11B6

Tints of Deep Magenta #AA11B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 46.07%
G = 4.61%
B = 49.32%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA11B6 (or 0xAA11B6) is known color: Deep Magenta. HEX triplet: AA, 11 and B6. RGB value is (170,17,182). Sum of RGB (Red+Green+Blue) = 170+17+182=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA11B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11B6 is #55EE49. Grayscale: #515151. Windows color (decimal): -5631562 or 11932074. OLE color: 11932074.

HSL color Cylindrical-coordinate representation of color #AA11B6: hue angle of 295.64º 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 #AA11B6 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 17 182 -
CMYK 0.07 0.91 0 0.29
HSL 295.64º 0.83% 0.39% -
HSV(B) 295.64º 0.91% 0.71% -
XYZ 25.22 12.32 45.31 -
YUV 81.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 170 17 182 0.07 0.91 0 0.29 295.64 0.83 0.39
Hex AA 11 B6 7 5B 0 1D 128 53 27
Octal 252 21 266 7 133 0 35 450 123 47
Binary 10101010 10001 10110110 111 1011011 0 11101 100101000 1010011 100111

Color Harmonies of #AA11B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11B6

Black with #AA11B6

Text Example


Text Example

White with #AA11B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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