#AA3B95

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

Shades of Medium Red Violet #AA3B95

Tints of Medium Red Violet #AA3B95

Color information

#AA3B95 (or 0xAA3B95) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3B and 95. RGB value is (170,59,149). Sum of RGB (Red+Green+Blue) = 170+59+149=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B95 is #55C46A. Grayscale: #666666. Windows color (decimal): -5620843 or 9780138. OLE color: 9780138.

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

Color convert

RGB17059149-
CMYK00.650.120.33
HSL311.35º48.47%44.9%-
HSV(B)311.35º65.29%66.67%-
XYZ23.5713.8429.86-
YUV102.45154.27176.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=44.97%
G=15.61%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705914900.650.120.33311.3548.4744.9
HexAA3B95041C21137302d
Octal25273225010114414676055
Binary1010101011101110010101010000011100100001100110111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B95; }

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

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

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

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

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

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

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

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