#AA4083

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

Shades of Medium Red Violet #AA4083

Tints of Medium Red Violet #AA4083

Color information

#AA4083 (or 0xAA4083) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 83. RGB value is (170,64,131). Sum of RGB (Red+Green+Blue) = 170+64+131=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4083 is #55BF7C. Grayscale: #676767. Windows color (decimal): -5619581 or 8601770. OLE color: 8601770.

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

Color convert

RGB17064131-
CMYK00.620.230.33
HSL322.08º45.3%45.88%-
HSV(B)322.08º62.35%66.67%-
XYZ22.5113.8522.96-
YUV103.33143.62175.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=46.58%
G=17.53%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706413100.620.230.33322.0845.345.88
HexAA408303E17211422d2e
Octal25210020307627415025556
Binary10101010100000010000011011111010111100001101000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4083; }

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

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

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

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

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

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

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

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