#AA0185

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

Shades of Dark Magenta #AA0185

Tints of Dark Magenta #AA0185

Color information

#AA0185 (or 0xAA0185) is unknown color: approx Dark Magenta. HEX triplet: AA, 01 and 85. RGB value is (170,1,133). Sum of RGB (Red+Green+Blue) = 170+1+133=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0185 is #55FE7A. Grayscale: #424242. Windows color (decimal): -5635707 or 8716714. OLE color: 8716714.

HSL color Cylindrical-coordinate representation of color #AA0185: hue angle of 313.14º degrees, saturation: 0.99, 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 #AA0185 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB1701133-
CMYK00.990.220.33
HSL313.14º98.83%33.53%-
HSV(B)313.14º99.41%66.67%-
XYZ20.8210.2623.07-
YUV66.58165.49201.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=55.92%
G=0.33%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170113300.990.220.33313.1498.8333.53
HexAA18506316211396322
Octal25212050143264147114342
Binary1010101011000010101100011101101000011001110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0185; }

 p { color: rgb(170,1,133); }

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

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

 a { background-color: rgb(170,1,133); }

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

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

 span { border-color: rgb(170,1,133); }

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