#AA4084

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

Shades of Medium Red Violet #AA4084

Tints of Medium Red Violet #AA4084

Color information

#AA4084 (or 0xAA4084) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 84. RGB value is (170,64,132). Sum of RGB (Red+Green+Blue) = 170+64+132=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4084 is #55BF7B. Grayscale: #676767. Windows color (decimal): -5619580 or 8667306. OLE color: 8667306.

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

Color convert

RGB17064132-
CMYK00.620.220.33
HSL321.51º45.3%45.88%-
HSV(B)321.51º62.35%66.67%-
XYZ22.5813.8823.32-
YUV103.45144.12175.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=46.45%
G=17.49%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706413200.620.220.33321.5145.345.88
HexAA408403E16211422d2e
Octal25210020407626415025556
Binary10101010100000010000100011111010110100001101000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4084; }

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

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

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

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

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

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

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

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