#AA3595

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

Shades of Medium Red Violet #AA3595

Tints of Medium Red Violet #AA3595

Color information

#AA3595 (or 0xAA3595) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 95. RGB value is (170,53,149). Sum of RGB (Red+Green+Blue) = 170+53+149=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3595 is #55CA6A. Grayscale: #626262. Windows color (decimal): -5622379 or 9778602. OLE color: 9778602.

HSL color Cylindrical-coordinate representation of color #AA3595: hue angle of 310.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3595 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17053149-
CMYK00.690.120.33
HSL310.77º52.47%43.73%-
HSV(B)310.77º68.82%66.67%-
XYZ23.2813.2629.77-
YUV98.93156.26178.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=45.70%
G=14.25%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705314900.690.120.33310.7752.4743.73
HexAA3595045C21137342c
Octal25265225010514414676454
Binary1010101011010110010101010001011100100001100110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3595; }

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

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

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

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

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

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

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

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