#A53D92

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

Shades of Medium Red Violet #A53D92

Tints of Medium Red Violet #A53D92

Color information

#A53D92 (or 0xA53D92) is unknown color: approx Medium Red Violet. HEX triplet: A5, 3D and 92. RGB value is (165,61,146). Sum of RGB (Red+Green+Blue) = 165+61+146=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D92 is #5AC26D. Grayscale: #656565. Windows color (decimal): -5948014 or 9584037. OLE color: 9584037.

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

Color convert

RGB16561146-
CMYK00.630.120.35
HSL310.96º46.02%44.31%-
HSV(B)310.96º63.03%64.71%-
XYZ22.3713.4128.6-
YUV101.79152.96173.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=44.35%
G=16.40%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656114600.630.120.35310.9646.0244.31
HexA53D9203FC231372e2c
Octal2457522207714434675654
Binary101001011111011001001001111111100100011100110111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D92; }

 p { color: rgb(165,61,146); }

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

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

 a { background-color: rgb(165,61,146); }

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

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

 span { border-color: rgb(165,61,146); }

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