#AA4690

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

Shades of Medium Red Violet #AA4690

Tints of Medium Red Violet #AA4690

Color information

#AA4690 (or 0xAA4690) is unknown color: approx Medium Red Violet. HEX triplet: AA, 46 and 90. RGB value is (170,70,144). Sum of RGB (Red+Green+Blue) = 170+70+144=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4690 is #55B96F. Grayscale: #6C6C6C. Windows color (decimal): -5618032 or 9455274. OLE color: 9455274.

HSL color Cylindrical-coordinate representation of color #AA4690: hue angle of 315.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4690 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17070144-
CMYK00.590.150.33
HSL315.6º41.67%47.06%-
HSV(B)315.6º58.82%66.67%-
XYZ23.814.9428.01-
YUV108.34148.13171.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=44.27%
G=18.23%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707014400.590.150.33315.641.6747.06
HexAA469003BF2113c2a2f
Octal25210622007317414745257
Binary1010101010001101001000001110111111100001100111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4690; }

 p { color: rgb(170,70,144); }

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

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

 a { background-color: rgb(170,70,144); }

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

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

 span { border-color: rgb(170,70,144); }

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