#AA1C99

Color #AA1C99 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AA1C99

Tints of Medium Violet Red #AA1C99

Color information

#AA1C99 (or 0xAA1C99) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1C and 99. RGB value is (170,28,153). Sum of RGB (Red+Green+Blue) = 170+28+153=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C99 is #55E366. Grayscale: #545454. Windows color (decimal): -5628775 or 10034346. OLE color: 10034346.

HSL color Cylindrical-coordinate representation of color #AA1C99: hue angle of 307.18º 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 #AA1C99 is Cyan = 0, Magento = 0.84, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB17028153-
CMYK00.840.10.33
HSL307.18º71.72%38.82%-
HSV(B)307.18º83.53%66.67%-
XYZ22.7411.6831.19-
YUV84.71166.54188.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=48.43%
G=7.98%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702815300.840.10.33307.1871.7238.82
HexAA1C99054A211334827
Octal252342310124124146311047
Binary1010101011100100110010101010010101000011001100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C99; }

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

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

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

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

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

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

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

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