#A32C8E

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

Shades of Medium Red Violet #A32C8E

Tints of Medium Red Violet #A32C8E

Color information

#A32C8E (or 0xA32C8E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2C and 8E. RGB value is (163,44,142). Sum of RGB (Red+Green+Blue) = 163+44+142=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32C8E is #5CD371. Grayscale: #5A5A5A. Windows color (decimal): -6083442 or 9317539. OLE color: 9317539.

HSL color Cylindrical-coordinate representation of color #A32C8E: hue angle of 310.59º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C8E is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16344142-
CMYK00.730.130.36
HSL310.59º57.49%40.59%-
HSV(B)310.59º73.01%63.92%-
XYZ20.8911.5426.72-
YUV90.75156.92179.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 44 (17.58% from 255) = 12.61%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=46.70%
G=12.61%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634414200.730.130.36310.5957.4940.59
HexA32C8E049D241373929
Octal24354216011115444677151
Binary1010001110110010001110010010011101100100100110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C8E; }

 p { color: rgb(163,44,142); }

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

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

 a { background-color: rgb(163,44,142); }

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

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

 span { border-color: rgb(163,44,142); }

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