#AA4191

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

Shades of Medium Red Violet #AA4191

Tints of Medium Red Violet #AA4191

Color information

#AA4191 (or 0xAA4191) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 91. RGB value is (170,65,145). Sum of RGB (Red+Green+Blue) = 170+65+145=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4191 is #55BE6E. Grayscale: #696969. Windows color (decimal): -5619311 or 9519530. OLE color: 9519530.

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

Color convert

RGB17065145-
CMYK00.620.150.33
HSL314.29º44.68%46.08%-
HSV(B)314.29º61.76%66.67%-
XYZ23.5814.3728.32-
YUV105.52150.29174-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=44.74%
G=17.11%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706514500.620.150.33314.2944.6846.08
HexAA419103EF2113a2d2e
Octal25210122107617414725556
Binary1010101010000011001000101111101111100001100111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4191; }

 p { color: rgb(170,65,145); }

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

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

 a { background-color: rgb(170,65,145); }

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

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

 span { border-color: rgb(170,65,145); }

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