#A32A8D

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

Shades of Medium Red Violet #A32A8D

Tints of Medium Red Violet #A32A8D

Color information

#A32A8D (or 0xA32A8D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2A and 8D. RGB value is (163,42,141). Sum of RGB (Red+Green+Blue) = 163+42+141=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32A8D is #5CD572. Grayscale: #595959. Windows color (decimal): -6083955 or 9251491. OLE color: 9251491.

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

Color convert

RGB16342141-
CMYK00.740.130.36
HSL310.91º59.02%40.2%-
HSV(B)310.91º74.23%63.92%-
XYZ20.7411.3726.3-
YUV89.46157.09180.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 42 (16.80% from 255) = 12.14%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=47.11%
G=12.14%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634214100.740.130.36310.9159.0240.2
HexA32A8D04AD241373b28
Octal24352215011215444677350
Binary1010001110101010001101010010101101100100100110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32A8D; }

 p { color: rgb(163,42,141); }

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

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

 a { background-color: rgb(163,42,141); }

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

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

 span { border-color: rgb(163,42,141); }

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