#A53483

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

Shades of Medium Red Violet #A53483

Tints of Medium Red Violet #A53483

Color information

#A53483 (or 0xA53483) is unknown color: approx Medium Red Violet. HEX triplet: A5, 34 and 83. RGB value is (165,52,131). Sum of RGB (Red+Green+Blue) = 165+52+131=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A53483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53483 is #5ACB7C. Grayscale: #5E5E5E. Windows color (decimal): -5950333 or 8598693. OLE color: 8598693.

HSL color Cylindrical-coordinate representation of color #A53483: hue angle of 318.05º 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 #A53483 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16552131-
CMYK00.680.210.35
HSL318.05º52.07%42.55%-
HSV(B)318.05º68.48%64.71%-
XYZ20.8412.0922.71-
YUV94.79148.44178.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=47.41%
G=14.94%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655213100.680.210.35318.0552.0742.55
HexA53483044152313e342b
Octal24564203010425434766453
Binary10100101110100100000110100010010101100011100111110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53483; }

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

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

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

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

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

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

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

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