#a53881

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

Shades of Medium Red Violet #A53881

Tints of Medium Red Violet #A53881

Color information

#A53881 (or 0xA53881) is unknown color: approx Medium Red Violet. HEX triplet: A5, 38 and 81. RGB value is (165,56,129). Sum of RGB (Red+Green+Blue) = 165+56+129=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53881 is #5AC77E. Grayscale: #606060. Windows color (decimal): -5949311 or 8468645. OLE color: 8468645.

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

Color convert

RGB16556129-
CMYK00.660.220.35
HSL319.82º49.32%43.33%-
HSV(B)319.82º66.06%64.71%-
XYZ20.8912.4122.06-
YUV96.91146.11176.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=47.14%
G=16%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655612900.660.220.35319.8249.3243.33
HexA538810421623140312b
Octal24570201010226435006153
Binary10100101111000100000010100001010110100011101000000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53881; }

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

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

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

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

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

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

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

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