#aa1f76

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

Shades of Medium Red Violet #AA1F76

Tints of Medium Red Violet #AA1F76

Color information

#AA1F76 (or 0xAA1F76) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1F and 76. RGB value is (170,31,118). Sum of RGB (Red+Green+Blue) = 170+31+118=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F76 is #55E089. Grayscale: #525252. Windows color (decimal): -5628042 or 7741354. OLE color: 7741354.

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

Color convert

RGB17031118-
CMYK00.820.310.33
HSL322.45º69.15%39.41%-
HSV(B)322.45º81.76%66.67%-
XYZ20.3410.8318.16-
YUV82.48148.05190.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=53.29%
G=9.72%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703111800.820.310.33322.4569.1539.41
HexAA1F760521F211424527
Octal252371660122374150210547
Binary1010101011111111011001010010111111000011010000101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1f76; }

 p { color: rgb(170,31,118); }

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

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

 a { background-color: rgb(170,31,118); }

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

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

 span { border-color: rgb(170,31,118); }

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