#AA357B

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

Shades of Medium Red Violet #AA357B

Tints of Medium Red Violet #AA357B

Color information

#AA357B (or 0xAA357B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 7B. RGB value is (170,53,123). Sum of RGB (Red+Green+Blue) = 170+53+123=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA357B is #55CA84. Grayscale: #5F5F5F. Windows color (decimal): -5622405 or 8074666. OLE color: 8074666.

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

Color convert

RGB17053123-
CMYK00.690.280.33
HSL324.1º52.47%43.73%-
HSV(B)324.1º68.82%66.67%-
XYZ21.4312.5220.03-
YUV95.96143.26180.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=49.13%
G=15.32%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705312300.690.280.33324.152.4743.73
HexAA357B0451C21144342c
Octal25265173010534415046454
Binary1010101011010111110110100010111100100001101000100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA357B; }

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

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

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

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

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

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

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

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