#A53C94

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

Shades of Medium Red Violet #A53C94

Tints of Medium Red Violet #A53C94

Color information

#A53C94 (or 0xA53C94) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3C and 94. RGB value is (165,60,148). Sum of RGB (Red+Green+Blue) = 165+60+148=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C94 is #5AC36B. Grayscale: #656565. Windows color (decimal): -5948268 or 9714853. OLE color: 9714853.

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

Color convert

RGB16560148-
CMYK00.640.100.35
HSL309.71º46.67%44.12%-
HSV(B)309.71º63.64%64.71%-
XYZ22.4813.3729.41-
YUV101.43154.29173.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=44.24%
G=16.09%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656014800.640.100.35309.7146.6744.12
HexA53C94040A231362f2c
Octal24574224010012434665754
Binary1010010111110010010100010000001010100011100110110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C94; }

 p { color: rgb(165,60,148); }

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

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

 a { background-color: rgb(165,60,148); }

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

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

 span { border-color: rgb(165,60,148); }

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