#AA4595

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

Shades of Medium Red Violet #AA4595

Tints of Medium Red Violet #AA4595

Color information

#AA4595 (or 0xAA4595) is unknown color: approx Medium Red Violet. HEX triplet: AA, 45 and 95. RGB value is (170,69,149). Sum of RGB (Red+Green+Blue) = 170+69+149=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4595 is #55BA6A. Grayscale: #6C6C6C. Windows color (decimal): -5618283 or 9782698. OLE color: 9782698.

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

Color convert

RGB17069149-
CMYK00.590.120.33
HSL312.48º42.26%46.86%-
HSV(B)312.48º59.41%66.67%-
XYZ24.1314.9730.05-
YUV108.32150.96172-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=43.81%
G=17.78%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706914900.590.120.33312.4842.2646.86
HexAA459503BC211382a2f
Octal25210522507314414705257
Binary1010101010001011001010101110111100100001100111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4595; }

 p { color: rgb(170,69,149); }

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

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

 a { background-color: rgb(170,69,149); }

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

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

 span { border-color: rgb(170,69,149); }

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