#A52C92

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

Shades of Medium Red Violet #A52C92

Tints of Medium Red Violet #A52C92

Color information

#A52C92 (or 0xA52C92) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2C and 92. RGB value is (165,44,146). Sum of RGB (Red+Green+Blue) = 165+44+146=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52C92 is #5AD36D. Grayscale: #5B5B5B. Windows color (decimal): -5952366 or 9579685. OLE color: 9579685.

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

Color convert

RGB16544146-
CMYK00.730.120.35
HSL309.42º57.89%40.98%-
HSV(B)309.42º73.33%64.71%-
XYZ21.6111.8828.35-
YUV91.81158.59180.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=46.48%
G=12.39%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654414600.730.120.35309.4257.8940.98
HexA52C92049C231353a29
Octal24554222011114434657251
Binary1010010110110010010010010010011100100011100110101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C92; }

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

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

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

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

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

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

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

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