#AA3B9A

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

Shades of Medium Red Violet #AA3B9A

Tints of Medium Red Violet #AA3B9A

Color information

#AA3B9A (or 0xAA3B9A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3B and 9A. RGB value is (170,59,154). Sum of RGB (Red+Green+Blue) = 170+59+154=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B9A is #55C465. Grayscale: #666666. Windows color (decimal): -5620838 or 10107818. OLE color: 10107818.

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

Color convert

RGB17059154-
CMYK00.650.090.33
HSL308.65º48.47%44.9%-
HSV(B)308.65º65.29%66.67%-
XYZ23.9714.0132.01-
YUV103.02156.77175.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 59 (23.44% from 255) = 15.40%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=44.39%
G=15.40%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705915400.650.090.33308.6548.4744.9
HexAA3B9A041921135302d
Octal25273232010111414656055
Binary1010101011101110011010010000011001100001100110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B9A; }

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

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

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

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

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

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

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

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