#AA347C

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

Shades of Medium Red Violet #AA347C

Tints of Medium Red Violet #AA347C

Color information

#AA347C (or 0xAA347C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 7C. RGB value is (170,52,124). Sum of RGB (Red+Green+Blue) = 170+52+124=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA347C is #55CB83. Grayscale: #5F5F5F. Windows color (decimal): -5622660 or 8139946. OLE color: 8139946.

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

Color convert

RGB17052124-
CMYK00.690.270.33
HSL323.39º53.15%43.53%-
HSV(B)323.39º69.41%66.67%-
XYZ21.4412.4620.34-
YUV95.49144.09181.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=49.13%
G=15.03%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705212400.690.270.33323.3953.1543.53
HexAA347C0451B21143352c
Octal25264174010533415036554
Binary1010101011010011111000100010111011100001101000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA347C; }

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

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

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

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

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

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

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

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