#A53A90

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

Shades of Medium Red Violet #A53A90

Tints of Medium Red Violet #A53A90

Color information

#A53A90 (or 0xA53A90) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3A and 90. RGB value is (165,58,144). Sum of RGB (Red+Green+Blue) = 165+58+144=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A90 is #5AC56F. Grayscale: #636363. Windows color (decimal): -5948784 or 9452197. OLE color: 9452197.

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

Color convert

RGB16558144-
CMYK00.650.130.35
HSL311.78º47.98%43.73%-
HSV(B)311.78º64.85%64.71%-
XYZ22.0613.0427.74-
YUV99.8152.95174.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=44.96%
G=15.80%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655814400.650.130.35311.7847.9843.73
HexA53A90041D23138302c
Octal24572220010115434706054
Binary1010010111101010010000010000011101100011100111000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A90; }

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

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

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

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

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

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

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

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