#A53D8E

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

Shades of Medium Red Violet #A53D8E

Tints of Medium Red Violet #A53D8E

Color information

#A53D8E (or 0xA53D8E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3D and 8E. RGB value is (165,61,142). Sum of RGB (Red+Green+Blue) = 165+61+142=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D8E is #5AC271. Grayscale: #656565. Windows color (decimal): -5948018 or 9321893. OLE color: 9321893.

HSL color Cylindrical-coordinate representation of color #A53D8E: hue angle of 313.27º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D8E is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16561142-
CMYK00.630.140.35
HSL313.27º46.02%44.31%-
HSV(B)313.27º63.03%64.71%-
XYZ22.0713.2926.99-
YUV101.33150.96173.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=44.84%
G=16.58%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656114200.630.140.35313.2746.0244.31
HexA53D8E03FE231392e2c
Octal2457521607716434715654
Binary101001011111011000111001111111110100011100111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D8E; }

 p { color: rgb(165,61,142); }

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

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

 a { background-color: rgb(165,61,142); }

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

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

 span { border-color: rgb(165,61,142); }

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