#A53A7A

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

Shades of Medium Red Violet #A53A7A

Tints of Medium Red Violet #A53A7A

Color information

#A53A7A (or 0xA53A7A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3A and 7A. RGB value is (165,58,122). Sum of RGB (Red+Green+Blue) = 165+58+122=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A7A is #5AC585. Grayscale: #616161. Windows color (decimal): -5948806 or 8010405. OLE color: 8010405.

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

Color convert

RGB16558122-
CMYK00.650.260.35
HSL324.11º47.98%43.73%-
HSV(B)324.11º64.85%64.71%-
XYZ20.5412.4319.73-
YUV97.29141.95176.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=47.83%
G=16.81%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655812200.650.260.35324.1147.9843.73
HexA53A7A0411A23144302c
Octal24572172010132435046054
Binary1010010111101011110100100000111010100011101000100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A7A; }

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

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

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

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

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

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

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

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