#AA367C

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

Shades of Medium Red Violet #AA367C

Tints of Medium Red Violet #AA367C

Color information

#AA367C (or 0xAA367C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 7C. RGB value is (170,54,124). Sum of RGB (Red+Green+Blue) = 170+54+124=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA367C is #55C983. Grayscale: #606060. Windows color (decimal): -5622148 or 8140458. OLE color: 8140458.

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

Color convert

RGB17054124-
CMYK00.680.270.33
HSL323.79º51.79%43.92%-
HSV(B)323.79º68.24%66.67%-
XYZ21.5312.6420.37-
YUV96.66143.43180.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=48.85%
G=15.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705412400.680.270.33323.7951.7943.92
HexAA367C0441B21144342c
Octal25266174010433415046454
Binary1010101011011011111000100010011011100001101000100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA367C; }

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

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

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

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

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

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

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

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