#AA0A8F

Color #AA0A8F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA0A8F

Tints of Dark Magenta #AA0A8F

Color information

#AA0A8F (or 0xAA0A8F) is unknown color: approx Dark Magenta. HEX triplet: AA, 0A and 8F. RGB value is (170,10,143). Sum of RGB (Red+Green+Blue) = 170+10+143=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0A8F is #55F570. Grayscale: #484848. Windows color (decimal): -5633393 or 9374378. OLE color: 9374378.

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

Color convert

RGB17010143-
CMYK00.940.160.33
HSL310.12º88.89%35.29%-
HSV(B)310.12º94.12%66.67%-
XYZ21.6410.7526.92-
YUV73167.51197.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 143 (56.25% from 255) = 44.27%
R=52.63%
G=3.10%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701014300.940.160.33310.1288.8935.29
HexAAA8F05E10211365923
Octal252122170136204146613143
Binary1010101010101000111101011110100001000011001101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A8F; }

 p { color: rgb(170,10,143); }

 H1.HeaderClassName
 {
   color: #AA0A8F;
 }
 .AnyTagClassName
 {
   color: #AA0A8F;
 }
</style>
background-color css

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

 a { background-color: rgb(170,10,143); }

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

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

 span { border-color: rgb(170,10,143); }

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