#A53A8D

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

Shades of Medium Red Violet #A53A8D

Tints of Medium Red Violet #A53A8D

Color information

#A53A8D (or 0xA53A8D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3A and 8D. RGB value is (165,58,141). Sum of RGB (Red+Green+Blue) = 165+58+141=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A8D is #5AC572. Grayscale: #636363. Windows color (decimal): -5948787 or 9255589. OLE color: 9255589.

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

Color convert

RGB16558141-
CMYK00.650.150.35
HSL313.46º47.98%43.73%-
HSV(B)313.46º64.85%64.71%-
XYZ21.8412.9526.55-
YUV99.46151.45174.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=45.33%
G=15.93%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655814100.650.150.35313.4647.9843.73
HexA53A8D041F23139302c
Octal24572215010117434716054
Binary1010010111101010001101010000011111100011100111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A8D; }

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

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

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

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

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

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

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

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