#AA0C9F

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

Shades of Dark Magenta #AA0C9F

Tints of Dark Magenta #AA0C9F

Color information

#AA0C9F (or 0xAA0C9F) is unknown color: approx Dark Magenta. HEX triplet: AA, 0C and 9F. RGB value is (170,12,159). Sum of RGB (Red+Green+Blue) = 170+12+159=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C9F is #55F360. Grayscale: #4B4B4B. Windows color (decimal): -5632865 or 10423466. OLE color: 10423466.

HSL color Cylindrical-coordinate representation of color #AA0C9F: hue angle of 304.18º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C9F is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17012159-
CMYK00.930.060.33
HSL304.18º86.81%35.69%-
HSV(B)304.18º92.94%66.67%-
XYZ22.9711.3133.77-
YUV76174.85195.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=49.85%
G=3.52%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701215900.930.060.33304.1886.8135.69
HexAAC9F05D6211305724
Octal25214237013564146012744
Binary10101010110010011111010111011101000011001100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C9F; }

 p { color: rgb(170,12,159); }

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

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

 a { background-color: rgb(170,12,159); }

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

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

 span { border-color: rgb(170,12,159); }

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