#AA1C7C

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

Shades of Medium Red Violet #AA1C7C

Tints of Medium Red Violet #AA1C7C

Color information

#AA1C7C (or 0xAA1C7C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1C and 7C. RGB value is (170,28,124). Sum of RGB (Red+Green+Blue) = 170+28+124=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7C is #55E383. Grayscale: #515151. Windows color (decimal): -5628804 or 8133802. OLE color: 8133802.

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

Color convert

RGB17028124-
CMYK00.840.270.33
HSL319.44º71.72%38.82%-
HSV(B)319.44º83.53%66.67%-
XYZ20.6310.8320.07-
YUV81.4152.04191.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=52.80%
G=8.70%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702812400.840.270.33319.4471.7238.82
HexAA1C7C0541B2113f4827
Octal252341740124334147711047
Binary1010101011100111110001010100110111000011001111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C7C; }

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

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

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

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

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

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

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

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