#AA1CA6

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

Shades of Dark Magenta #AA1CA6

Tints of Dark Magenta #AA1CA6

Color information

#AA1CA6 (or 0xAA1CA6) is unknown color: approx Dark Magenta. HEX triplet: AA, 1C and A6. RGB value is (170,28,166). Sum of RGB (Red+Green+Blue) = 170+28+166=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CA6 is #55E359. Grayscale: #555555. Windows color (decimal): -5628762 or 10886314. OLE color: 10886314.

HSL color Cylindrical-coordinate representation of color #AA1CA6: hue angle of 301.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1CA6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17028166-
CMYK00.840.020.33
HSL301.69º71.72%38.82%-
HSV(B)301.69º83.53%66.67%-
XYZ23.8812.1337.16-
YUV86.19173.04187.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 28 (11.33% from 255) = 7.69%
BLUE value IS 166 (65.23% from 255) = 45.60%
R=46.70%
G=7.69%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702816600.840.020.33301.6971.7238.82
HexAA1CA605422112e4827
Octal25234246012424145611047
Binary10101010111001010011001010100101000011001011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1CA6; }

 p { color: rgb(170,28,166); }

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

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

 a { background-color: rgb(170,28,166); }

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

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

 span { border-color: rgb(170,28,166); }

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