#A53E8D

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

Shades of Medium Red Violet #A53E8D

Tints of Medium Red Violet #A53E8D

Color information

#A53E8D (or 0xA53E8D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3E and 8D. RGB value is (165,62,141). Sum of RGB (Red+Green+Blue) = 165+62+141=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53E8D is #5AC172. Grayscale: #656565. Windows color (decimal): -5947763 or 9256613. OLE color: 9256613.

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

Color convert

RGB16562141-
CMYK00.620.150.35
HSL313.98º45.37%44.51%-
HSV(B)313.98º62.42%64.71%-
XYZ22.0513.3726.62-
YUV101.8150.12173.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=44.84%
G=16.85%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656214100.620.150.35313.9845.3744.51
HexA53E8D03EF2313a2d2d
Octal2457621507617434725555
Binary101001011111101000110101111101111100011100111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E8D; }

 p { color: rgb(165,62,141); }

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

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

 a { background-color: rgb(165,62,141); }

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

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

 span { border-color: rgb(165,62,141); }

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