#aa1c7d

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

Shades of Medium Red Violet #AA1C7D

Tints of Medium Red Violet #AA1C7D

Color information

#AA1C7D (or 0xAA1C7D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1C and 7D. RGB value is (170,28,125). Sum of RGB (Red+Green+Blue) = 170+28+125=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C7D is #55E382. Grayscale: #515151. Windows color (decimal): -5628803 or 8199338. OLE color: 8199338.

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

Color convert

RGB17028125-
CMYK00.840.260.33
HSL319.01º71.72%38.82%-
HSV(B)319.01º83.53%66.67%-
XYZ20.6910.8620.41-
YUV81.52152.54191.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=52.63%
G=8.67%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702812500.840.260.33319.0171.7238.82
HexAA1C7D0541A2113f4827
Octal252341750124324147711047
Binary1010101011100111110101010100110101000011001111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1c7d; }

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

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

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

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

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

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

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

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