#AA357E

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

Shades of Medium Red Violet #AA357E

Tints of Medium Red Violet #AA357E

Color information

#AA357E (or 0xAA357E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 7E. RGB value is (170,53,126). Sum of RGB (Red+Green+Blue) = 170+53+126=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA357E is #55CA81. Grayscale: #606060. Windows color (decimal): -5622402 or 8271274. OLE color: 8271274.

HSL color Cylindrical-coordinate representation of color #AA357E: hue angle of 322.56º degrees, saturation: 0.52, 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 #AA357E is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17053126-
CMYK00.690.260.33
HSL322.56º52.47%43.73%-
HSV(B)322.56º68.82%66.67%-
XYZ21.6212.621.03-
YUV96.3144.76180.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=48.71%
G=15.19%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705312600.690.260.33322.5652.4743.73
HexAA357E0451A21143342c
Octal25265176010532415036454
Binary1010101011010111111100100010111010100001101000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA357E; }

 p { color: rgb(170,53,126); }

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

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

 a { background-color: rgb(170,53,126); }

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

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

 span { border-color: rgb(170,53,126); }

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