Html Css Color HEX #AA04A1 Dark Magenta

📋 copy color: '#AA04A1'

red 170 ◦ green 4 ◦ blue 161

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

Shades of Dark Magenta #AA04A1

Tints of Dark Magenta #AA04A1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 161 (63.28% from 255) = 48.06%

R = 50.75%
G = 1.19%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA04A1 (or 0xAA04A1) is known color: Dark Magenta. HEX triplet: AA, 04 and A1. RGB value is (170,4,161). Sum of RGB (Red+Green+Blue) = 170+4+161=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A1 is #55FB5E. Grayscale: #474747. Windows color (decimal): -5634911 or 10552490. OLE color: 10552490.

HSL color Cylindrical-coordinate representation of color #AA04A1: hue angle of 303.25º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 161 -
CMYK 0 0.98 0.05 0.33
HSL 303.25º 0.95% 0.34% -
HSV(B) 303.25º 0.98% 0.67% -
XYZ 23.05 11.21 34.67 -
YUV 71.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 170 4 161 0 0.98 0.05 0.33 303.25 0.95 0.34
Hex AA 4 A1 0 62 5 21 12F 5F 22
Octal 252 4 241 0 142 5 41 457 137 42
Binary 10101010 100 10100001 0 1100010 101 100001 100101111 1011111 100010

Color Harmonies of #AA04A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04A1

Black with #AA04A1

Text Example


Text Example

White with #AA04A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04A1; }

 p { color: rgb(170,4,161); }

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

background-color css

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

 a { background-color: rgb(170,4,161); }

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

border-color css

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

 span { border-color: rgb(170,4,161); }

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