Html Css Color HEX #AA058C Dark Magenta

📋 copy color: '#AA058C'

red 170 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #AA058C

Tints of Dark Magenta #AA058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 53.97%
G = 1.59%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA058C (or 0xAA058C) is known color: Dark Magenta. HEX triplet: AA, 05 and 8C. RGB value is (170,5,140). Sum of RGB (Red+Green+Blue) = 170+5+140=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA058C is #55FA73. Grayscale: #454545. Windows color (decimal): -5634676 or 9176490. OLE color: 9176490.

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

Color convert

RGB 170 5 140 -
CMYK 0 0.97 0.18 0.33
HSL 310.91º 0.94% 0.34% -
HSV(B) 310.91º 0.97% 0.67% -
XYZ 21.37 10.55 25.72 -
YUV 69.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 170 5 140 0 0.97 0.18 0.33 310.91 0.94 0.34
Hex AA 5 8C 0 61 12 21 137 5E 22
Octal 252 5 214 0 141 22 41 467 136 42
Binary 10101010 101 10001100 0 1100001 10010 100001 100110111 1011110 100010

Color Harmonies of #AA058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA058C

Black with #AA058C

Text Example


Text Example

White with #AA058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA058C; }

 p { color: rgb(170,5,140); }

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

background-color css

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

 a { background-color: rgb(170,5,140); }

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

border-color css

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

 span { border-color: rgb(170,5,140); }

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