#AA3E7C

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

Shades of Medium Red Violet #AA3E7C

Tints of Medium Red Violet #AA3E7C

Color information

#AA3E7C (or 0xAA3E7C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3E and 7C. RGB value is (170,62,124). Sum of RGB (Red+Green+Blue) = 170+62+124=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E7C is #55C183. Grayscale: #656565. Windows color (decimal): -5620100 or 8142506. OLE color: 8142506.

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

Color convert

RGB17062124-
CMYK00.640.270.33
HSL325.56º46.55%45.49%-
HSV(B)325.56º63.53%66.67%-
XYZ21.9413.4520.51-
YUV101.36140.78176.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 62 (24.61% from 255) = 17.42%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=47.75%
G=17.42%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706212400.640.270.33325.5646.5545.49
HexAA3E7C0401B211462f2d
Octal25276174010033415065755
Binary1010101011111011111000100000011011100001101000110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E7C; }

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

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

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

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

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

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

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

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