#AA1198

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

Shades of Dark Magenta #AA1198

Tints of Dark Magenta #AA1198

Color information

#AA1198 (or 0xAA1198) is unknown color: approx Dark Magenta. HEX triplet: AA, 11 and 98. RGB value is (170,17,152). Sum of RGB (Red+Green+Blue) = 170+17+152=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1198 is #55EE67. Grayscale: #4D4D4D. Windows color (decimal): -5631592 or 9965994. OLE color: 9965994.

HSL color Cylindrical-coordinate representation of color #AA1198: hue angle of 307.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1198 is Cyan = 0, Magento = 0.9, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17017152-
CMYK00.90.110.33
HSL307.06º81.82%36.67%-
HSV(B)307.06º90%66.67%-
XYZ22.4511.2130.69-
YUV78.14169.69193.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=50.15%
G=5.01%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701715200.90.110.33307.0681.8236.67
HexAA119805AB211335225
Octal252212300132134146312245
Binary1010101010001100110000101101010111000011001100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1198; }

 p { color: rgb(170,17,152); }

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

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

 a { background-color: rgb(170,17,152); }

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

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

 span { border-color: rgb(170,17,152); }

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