#a53385

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

Shades of Medium Red Violet #A53385

Tints of Medium Red Violet #A53385

Color information

#A53385 (or 0xA53385) is unknown color: approx Medium Red Violet. HEX triplet: A5, 33 and 85. RGB value is (165,51,133). Sum of RGB (Red+Green+Blue) = 165+51+133=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A53385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53385 is #5ACC7A. Grayscale: #5E5E5E. Windows color (decimal): -5950587 or 8729509. OLE color: 8729509.

HSL color Cylindrical-coordinate representation of color #A53385: hue angle of 316.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53385 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16551133-
CMYK00.690.190.35
HSL316.84º52.78%42.35%-
HSV(B)316.84º69.09%64.71%-
XYZ20.9312.0623.41-
YUV94.43149.77178.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=47.28%
G=14.61%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655113300.690.190.35316.8452.7842.35
HexA53385045132313d352a
Octal24563205010523434756552
Binary10100101110011100001010100010110011100011100111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53385; }

 p { color: rgb(165,51,133); }

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

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

 a { background-color: rgb(165,51,133); }

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

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

 span { border-color: rgb(165,51,133); }

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