#A53C8A

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

Shades of Medium Red Violet #A53C8A

Tints of Medium Red Violet #A53C8A

Color information

#A53C8A (or 0xA53C8A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3C and 8A. RGB value is (165,60,138). Sum of RGB (Red+Green+Blue) = 165+60+138=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C8A is #5AC375. Grayscale: #646464. Windows color (decimal): -5948278 or 9059493. OLE color: 9059493.

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

Color convert

RGB16560138-
CMYK00.640.160.35
HSL315.43º46.67%44.12%-
HSV(B)315.43º63.64%64.71%-
XYZ21.7213.0725.42-
YUV100.29149.29174.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=45.45%
G=16.53%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656013800.640.160.35315.4346.6744.12
HexA53C8A040102313b2f2c
Octal24574212010020434735754
Binary10100101111100100010100100000010000100011100111011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C8A; }

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

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

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

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

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

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

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

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