#AA3895

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

Shades of Medium Red Violet #AA3895

Tints of Medium Red Violet #AA3895

Color information

#AA3895 (or 0xAA3895) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 95. RGB value is (170,56,149). Sum of RGB (Red+Green+Blue) = 170+56+149=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3895 is #55C76A. Grayscale: #646464. Windows color (decimal): -5621611 or 9779370. OLE color: 9779370.

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

Color convert

RGB17056149-
CMYK00.670.120.33
HSL311.05º50.44%44.31%-
HSV(B)311.05º67.06%66.67%-
XYZ23.4213.5429.81-
YUV100.69155.27177.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=45.33%
G=14.93%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705614900.670.120.33311.0550.4444.31
HexAA3895043C21137322c
Octal25270225010314414676254
Binary1010101011100010010101010000111100100001100110111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3895; }

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

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

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

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

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

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

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

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