#AA1C7F

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

Shades of Medium Red Violet #AA1C7F

Tints of Medium Red Violet #AA1C7F

Color information

#AA1C7F (or 0xAA1C7F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1C and 7F. RGB value is (170,28,127). Sum of RGB (Red+Green+Blue) = 170+28+127=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7F is #55E380. Grayscale: #515151. Windows color (decimal): -5628801 or 8330410. OLE color: 8330410.

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

Color convert

RGB17028127-
CMYK00.840.250.33
HSL318.17º71.72%38.82%-
HSV(B)318.17º83.53%66.67%-
XYZ20.8210.9121.09-
YUV81.74153.54190.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 127 (50% from 255) = 39.08%
R=52.31%
G=8.62%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702812700.840.250.33318.1771.7238.82
HexAA1C7F054192113e4827
Octal252341770124314147611047
Binary1010101011100111111101010100110011000011001111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C7F; }

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

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

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

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

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

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

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

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