Html Css Color HEX #AA11A3 Dark Magenta

📋 copy color: '#AA11A3'

red 170 ◦ green 17 ◦ blue 163

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

Shades of Dark Magenta #AA11A3

Tints of Dark Magenta #AA11A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.57%

R = 48.57%
G = 4.86%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA11A3 (or 0xAA11A3) is known color: Dark Magenta. HEX triplet: AA, 11 and A3. RGB value is (170,17,163). Sum of RGB (Red+Green+Blue) = 170+17+163=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A3 is #55EE5C. Grayscale: #4E4E4E. Windows color (decimal): -5631581 or 10686890. OLE color: 10686890.

HSL color Cylindrical-coordinate representation of color #AA11A3: hue angle of 302.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11A3 is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 163 -
CMYK 0 0.9 0.04 0.33
HSL 302.75º 0.82% 0.37% -
HSV(B) 302.75º 0.9% 0.67% -
XYZ 23.39 11.59 35.65 -
YUV 79.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 170 17 163 0 0.9 0.04 0.33 302.75 0.82 0.37
Hex AA 11 A3 0 5A 4 21 12F 52 25
Octal 252 21 243 0 132 4 41 457 122 45
Binary 10101010 10001 10100011 0 1011010 100 100001 100101111 1010010 100101

Color Harmonies of #AA11A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11A3

Black with #AA11A3

Text Example


Text Example

White with #AA11A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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