#A53481

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

Shades of Medium Red Violet #A53481

Tints of Medium Red Violet #A53481

Color information

#A53481 (or 0xA53481) is unknown color: approx Medium Red Violet. HEX triplet: A5, 34 and 81. RGB value is (165,52,129). Sum of RGB (Red+Green+Blue) = 165+52+129=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A53481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53481 is #5ACB7E. Grayscale: #5E5E5E. Windows color (decimal): -5950335 or 8467621. OLE color: 8467621.

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

Color convert

RGB16552129-
CMYK00.680.220.35
HSL319.12º52.07%42.55%-
HSV(B)319.12º68.48%64.71%-
XYZ20.7112.0422-
YUV94.56147.44178.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=47.69%
G=15.03%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655212900.680.220.35319.1252.0742.55
HexA53481044162313f342b
Octal24564201010426434776453
Binary10100101110100100000010100010010110100011100111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53481; }

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

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

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

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

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

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

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

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