Html Css Color HEX #AA028C Dark Magenta

📋 copy color: '#AA028C'

red 170 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #AA028C

Tints of Dark Magenta #AA028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 54.49%
G = 0.64%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA028C (or 0xAA028C) is known color: Dark Magenta. HEX triplet: AA, 02 and 8C. RGB value is (170,2,140). Sum of RGB (Red+Green+Blue) = 170+2+140=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA028C is #55FD73. Grayscale: #434343. Windows color (decimal): -5635444 or 9175722. OLE color: 9175722.

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

Color convert

RGB 170 2 140 -
CMYK 0 0.99 0.18 0.33
HSL 310.71º 0.98% 0.34% -
HSV(B) 310.71º 0.99% 0.67% -
XYZ 21.33 10.48 25.71 -
YUV 67.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 170 2 140 0 0.99 0.18 0.33 310.71 0.98 0.34
Hex AA 2 8C 0 63 12 21 137 62 22
Octal 252 2 214 0 143 22 41 467 142 42
Binary 10101010 10 10001100 0 1100011 10010 100001 100110111 1100010 100010

Color Harmonies of #AA028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA028C

Black with #AA028C

Text Example


Text Example

White with #AA028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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