#A2297C

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

Shades of Medium Red Violet #A2297C

Tints of Medium Red Violet #A2297C

Color information

#A2297C (or 0xA2297C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 29 and 7C. RGB value is (162,41,124). Sum of RGB (Red+Green+Blue) = 162+41+124=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2297C is #5DD683. Grayscale: #565656. Windows color (decimal): -6149764 or 8137122. OLE color: 8137122.

HSL color Cylindrical-coordinate representation of color #A2297C: hue angle of 318.84º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2297C is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16241124-
CMYK00.750.230.36
HSL318.84º59.61%39.8%-
HSV(B)318.84º74.69%63.53%-
XYZ19.3310.7220.12-
YUV86.64149.09181.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=49.54%
G=12.54%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624112400.750.230.36318.8459.6139.8
HexA2297C04B172413f3c28
Octal24251174011327444777450
Binary1010001010100111111000100101110111100100100111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2297C; }

 p { color: rgb(162,41,124); }

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

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

 a { background-color: rgb(162,41,124); }

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

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

 span { border-color: rgb(162,41,124); }

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