#AA3F9A

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

Shades of Medium Red Violet #AA3F9A

Tints of Medium Red Violet #AA3F9A

Color information

#AA3F9A (or 0xAA3F9A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3F and 9A. RGB value is (170,63,154). Sum of RGB (Red+Green+Blue) = 170+63+154=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9A is #55C065. Grayscale: #696969. Windows color (decimal): -5619814 or 10108842. OLE color: 10108842.

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

Color convert

RGB17063154-
CMYK00.630.090.33
HSL308.97º45.92%45.69%-
HSV(B)308.97º62.94%66.67%-
XYZ24.1914.4332.08-
YUV105.37155.45174.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=43.93%
G=16.28%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706315400.630.090.33308.9745.9245.69
HexAA3F9A03F9211352e2e
Octal2527723207711414655656
Binary101010101111111001101001111111001100001100110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F9A; }

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

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

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

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

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

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

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

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