#AA3498

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

Shades of Medium Red Violet #AA3498

Tints of Medium Red Violet #AA3498

Color information

#AA3498 (or 0xAA3498) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 98. RGB value is (170,52,152). Sum of RGB (Red+Green+Blue) = 170+52+152=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3498 is #55CB67. Grayscale: #626262. Windows color (decimal): -5622632 or 9974954. OLE color: 9974954.

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

Color convert

RGB17052152-
CMYK00.690.110.33
HSL309.15º53.15%43.53%-
HSV(B)309.15º69.41%66.67%-
XYZ23.4713.2731.03-
YUV98.68158.09178.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=45.45%
G=13.90%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705215200.690.110.33309.1553.1543.53
HexAA3498045B21135352c
Octal25264230010513414656554
Binary1010101011010010011000010001011011100001100110101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3498; }

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

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

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

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

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

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

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

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