#aa3a98

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

Shades of Medium Red Violet #AA3A98

Tints of Medium Red Violet #AA3A98

Color information

#AA3A98 (or 0xAA3A98) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3A and 98. RGB value is (170,58,152). Sum of RGB (Red+Green+Blue) = 170+58+152=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A98 is #55C567. Grayscale: #656565. Windows color (decimal): -5621096 or 9976490. OLE color: 9976490.

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

Color convert

RGB17058152-
CMYK00.660.110.33
HSL309.64º49.12%44.71%-
HSV(B)309.64º65.88%66.67%-
XYZ23.7613.8431.12-
YUV102.2156.11176.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 58 (23.05% from 255) = 15.26%
BLUE value IS 152 (59.77% from 255) = 40%
R=44.74%
G=15.26%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705815200.660.110.33309.6449.1244.71
HexAA3A98042B21136312d
Octal25272230010213414666155
Binary1010101011101010011000010000101011100001100110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3a98; }

 p { color: rgb(170,58,152); }

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

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

 a { background-color: rgb(170,58,152); }

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

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

 span { border-color: rgb(170,58,152); }

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