#A53981

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

Shades of Medium Red Violet #A53981

Tints of Medium Red Violet #A53981

Color information

#A53981 (or 0xA53981) is unknown color: approx Medium Red Violet. HEX triplet: A5, 39 and 81. RGB value is (165,57,129). Sum of RGB (Red+Green+Blue) = 165+57+129=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A53981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53981 is #5AC67E. Grayscale: #616161. Windows color (decimal): -5949055 or 8468901. OLE color: 8468901.

HSL color Cylindrical-coordinate representation of color #A53981: hue angle of 320º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53981 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16557129-
CMYK00.650.220.35
HSL320º48.65%43.53%-
HSV(B)320º65.45%64.71%-
XYZ20.9412.5122.08-
YUV97.5145.78176.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=47.01%
G=16.24%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655712900.650.220.3532048.6543.53
HexA539810411623140312c
Octal24571201010126435006154
Binary10100101111001100000010100000110110100011101000000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53981; }

 p { color: rgb(165,57,129); }

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

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

 a { background-color: rgb(165,57,129); }

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

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

 span { border-color: rgb(165,57,129); }

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