#A32D8E

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

Shades of Medium Red Violet #A32D8E

Tints of Medium Red Violet #A32D8E

Color information

#A32D8E (or 0xA32D8E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 2D and 8E. RGB value is (163,45,142). Sum of RGB (Red+Green+Blue) = 163+45+142=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D8E is #5CD271. Grayscale: #5B5B5B. Windows color (decimal): -6083186 or 9317795. OLE color: 9317795.

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

Color convert

RGB16345142-
CMYK00.720.130.36
HSL310.68º56.73%40.78%-
HSV(B)310.68º72.39%63.92%-
XYZ20.9311.6226.73-
YUV91.34156.59179.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 45 (17.97% from 255) = 12.86%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=46.57%
G=12.86%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634514200.720.130.36310.6856.7340.78
HexA32D8E048D241373929
Octal24355216011015444677151
Binary1010001110110110001110010010001101100100100110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D8E; }

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

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

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

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

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

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

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

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