#A52A93

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

Shades of Medium Red Violet #A52A93

Tints of Medium Red Violet #A52A93

Color information

#A52A93 (or 0xA52A93) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2A and 93. RGB value is (165,42,147). Sum of RGB (Red+Green+Blue) = 165+42+147=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A93 is #5AD56C. Grayscale: #5A5A5A. Windows color (decimal): -5952877 or 9644709. OLE color: 9644709.

HSL color Cylindrical-coordinate representation of color #A52A93: hue angle of 308.78º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A93 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16542147-
CMYK00.750.110.35
HSL308.78º59.42%40.59%-
HSV(B)308.78º74.55%64.71%-
XYZ21.6111.7628.73-
YUV90.75159.75180.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=46.61%
G=11.86%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654214700.750.110.35308.7859.4240.59
HexA52A9304BB231353b29
Octal24552223011313434657351
Binary1010010110101010010011010010111011100011100110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A93; }

 p { color: rgb(165,42,147); }

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

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

 a { background-color: rgb(165,42,147); }

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

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

 span { border-color: rgb(165,42,147); }

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