#A53A93

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

Shades of Medium Red Violet #A53A93

Tints of Medium Red Violet #A53A93

Color information

#A53A93 (or 0xA53A93) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3A and 93. RGB value is (165,58,147). Sum of RGB (Red+Green+Blue) = 165+58+147=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A93 is #5AC56C. Grayscale: #636363. Windows color (decimal): -5948781 or 9648805. OLE color: 9648805.

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

Color convert

RGB16558147-
CMYK00.650.110.35
HSL310.09º47.98%43.73%-
HSV(B)310.09º64.85%64.71%-
XYZ22.313.1328.96-
YUV100.14154.45174.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=44.59%
G=15.68%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655814700.650.110.35310.0947.9843.73
HexA53A93041B23136302c
Octal24572223010113434666054
Binary1010010111101010010011010000011011100011100110110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A93; }

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

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

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

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

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

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

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

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