#A32986

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

Shades of Medium Red Violet #A32986

Tints of Medium Red Violet #A32986

Color information

#A32986 (or 0xA32986) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 86. RGB value is (163,41,134). Sum of RGB (Red+Green+Blue) = 163+41+134=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A32986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32986 is #5CD679. Grayscale: #575757. Windows color (decimal): -6084218 or 8792483. OLE color: 8792483.

HSL color Cylindrical-coordinate representation of color #A32986: hue angle of 314.26º 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 #A32986 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16341134-
CMYK00.750.180.36
HSL314.26º59.8%40%-
HSV(B)314.26º74.85%63.92%-
XYZ20.211.0923.63-
YUV88.08153.92181.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=48.22%
G=12.13%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634113400.750.180.36314.2659.840
HexA3298604B122413a3c28
Octal24351206011322444727450
Binary10100011101001100001100100101110010100100100111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32986; }

 p { color: rgb(163,41,134); }

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

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

 a { background-color: rgb(163,41,134); }

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

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

 span { border-color: rgb(163,41,134); }

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