#AA4193

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

Shades of Medium Red Violet #AA4193

Tints of Medium Red Violet #AA4193

Color information

#AA4193 (or 0xAA4193) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 93. RGB value is (170,65,147). Sum of RGB (Red+Green+Blue) = 170+65+147=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4193 is #55BE6C. Grayscale: #696969. Windows color (decimal): -5619309 or 9650602. OLE color: 9650602.

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

Color convert

RGB17065147-
CMYK00.620.140.33
HSL313.14º44.68%46.08%-
HSV(B)313.14º61.76%66.67%-
XYZ23.7314.4329.14-
YUV105.74151.29173.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=44.50%
G=17.02%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706514700.620.140.33313.1444.6846.08
HexAA419303EE211392d2e
Octal25210122307616414715556
Binary1010101010000011001001101111101110100001100111001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4193; }

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

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

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

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

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

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

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

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