#AA3B96

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

Shades of Medium Red Violet #AA3B96

Tints of Medium Red Violet #AA3B96

Color information

#AA3B96 (or 0xAA3B96) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3B and 96. RGB value is (170,59,150). Sum of RGB (Red+Green+Blue) = 170+59+150=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B96 is #55C469. Grayscale: #666666. Windows color (decimal): -5620842 or 9845674. OLE color: 9845674.

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

Color convert

RGB17059150-
CMYK00.650.120.33
HSL310.81º48.47%44.9%-
HSV(B)310.81º65.29%66.67%-
XYZ23.6513.8830.29-
YUV102.56154.77176.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=44.85%
G=15.57%
B=39.58%

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
Decimal1705915000.650.120.33310.8148.4744.9
HexAA3B96041C21137302d
Octal25273226010114414676055
Binary1010101011101110010110010000011100100001100110111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B96; }

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

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

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

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

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

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

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

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