#A2327C

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

Shades of Medium Red Violet #A2327C

Tints of Medium Red Violet #A2327C

Color information

#A2327C (or 0xA2327C) is unknown color: approx Medium Red Violet. HEX triplet: A2, 32 and 7C. RGB value is (162,50,124). Sum of RGB (Red+Green+Blue) = 162+50+124=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2327C is #5DCD83. Grayscale: #5B5B5B. Windows color (decimal): -6147460 or 8139426. OLE color: 8139426.

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

Color convert

RGB16250124-
CMYK00.690.230.36
HSL320.36º52.83%41.57%-
HSV(B)320.36º69.14%63.53%-
XYZ19.6811.4220.24-
YUV91.92146.11177.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=48.21%
G=14.88%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625012400.690.230.36320.3652.8341.57
HexA2327C0451724140352a
Octal24262174010527445006552
Binary1010001011001011111000100010110111100100101000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2327C; }

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

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

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

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

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

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

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

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