#A52B91

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

Shades of Medium Red Violet #A52B91

Tints of Medium Red Violet #A52B91

Color information

#A52B91 (or 0xA52B91) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2B and 91. RGB value is (165,43,145). Sum of RGB (Red+Green+Blue) = 165+43+145=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B91 is #5AD46E. Grayscale: #5A5A5A. Windows color (decimal): -5952623 or 9513893. OLE color: 9513893.

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

Color convert

RGB16543145-
CMYK00.740.120.35
HSL309.84º58.65%40.78%-
HSV(B)309.84º73.94%64.71%-
XYZ21.4911.7727.93-
YUV91.11158.42180.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 43 (17.19% from 255) = 12.18%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=46.74%
G=12.18%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654314500.740.120.35309.8458.6540.78
HexA52B9104AC231363b29
Octal24553221011214434667351
Binary1010010110101110010001010010101100100011100110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B91; }

 p { color: rgb(165,43,145); }

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

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

 a { background-color: rgb(165,43,145); }

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

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

 span { border-color: rgb(165,43,145); }

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