#a32989

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

Shades of Medium Red Violet #A32989

Tints of Medium Red Violet #A32989

Color information

#A32989 (or 0xA32989) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 89. RGB value is (163,41,137). Sum of RGB (Red+Green+Blue) = 163+41+137=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A32989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32989 is #5CD676. Grayscale: #585858. Windows color (decimal): -6084215 or 8989091. OLE color: 8989091.

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

Color convert

RGB16341137-
CMYK00.750.160.36
HSL312.79º59.8%40%-
HSV(B)312.79º74.85%63.92%-
XYZ20.4111.1824.75-
YUV88.42155.42181.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 41 (16.41% from 255) = 12.02%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=47.80%
G=12.02%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634113700.750.160.36312.7959.840
HexA3298904B10241393c28
Octal24351211011320444717450
Binary10100011101001100010010100101110000100100100111001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a32989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a32989; }

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

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

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

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

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

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

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

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