#AA4097

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

Shades of Medium Red Violet #AA4097

Tints of Medium Red Violet #AA4097

Color information

#AA4097 (or 0xAA4097) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 97. RGB value is (170,64,151). Sum of RGB (Red+Green+Blue) = 170+64+151=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4097 is #55BF68. Grayscale: #696969. Windows color (decimal): -5619561 or 9912490. OLE color: 9912490.

HSL color Cylindrical-coordinate representation of color #AA4097: hue angle of 310.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4097 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17064151-
CMYK00.620.110.33
HSL310.75º45.3%45.88%-
HSV(B)310.75º62.35%66.67%-
XYZ2414.4530.8-
YUV105.61153.62173.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=44.16%
G=16.62%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706415100.620.110.33310.7545.345.88
HexAA409703EB211372d2e
Octal25210022707613414675556
Binary1010101010000001001011101111101011100001100110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4097; }

 p { color: rgb(170,64,151); }

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

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

 a { background-color: rgb(170,64,151); }

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

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

 span { border-color: rgb(170,64,151); }

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