#A53383

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

Shades of Medium Red Violet #A53383

Tints of Medium Red Violet #A53383

Color information

#A53383 (or 0xA53383) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 83. RGB value is (165,51,131). Sum of RGB (Red+Green+Blue) = 165+51+131=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A53383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53383 is #5ACC7C. Grayscale: #5E5E5E. Windows color (decimal): -5950589 or 8598437. OLE color: 8598437.

HSL color Cylindrical-coordinate representation of color #A53383: hue angle of 317.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53383 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16551131-
CMYK00.690.210.35
HSL317.89º52.78%42.35%-
HSV(B)317.89º69.09%64.71%-
XYZ20.812.0122.69-
YUV94.21148.77178.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=47.55%
G=14.70%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655113100.690.210.35317.8952.7842.35
HexA53383045152313e352a
Octal24563203010525434766552
Binary10100101110011100000110100010110101100011100111110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53383; }

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

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

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

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

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

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

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

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