#AA4186

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

Shades of Medium Red Violet #AA4186

Tints of Medium Red Violet #AA4186

Color information

#AA4186 (or 0xAA4186) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 86. RGB value is (170,65,134). Sum of RGB (Red+Green+Blue) = 170+65+134=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4186 is #55BE79. Grayscale: #686868. Windows color (decimal): -5619322 or 8798634. OLE color: 8798634.

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

Color convert

RGB17065134-
CMYK00.620.210.33
HSL320.57º44.68%46.08%-
HSV(B)320.57º61.76%66.67%-
XYZ22.7714.0524.07-
YUV104.26144.79174.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=46.07%
G=17.62%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706513400.620.210.33320.5744.6846.08
HexAA418603E15211412d2e
Octal25210120607625415015556
Binary10101010100000110000110011111010101100001101000001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4186; }

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

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

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

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

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

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

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

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