#A52B87

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

Shades of Medium Red Violet #A52B87

Tints of Medium Red Violet #A52B87

Color information

#A52B87 (or 0xA52B87) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2B and 87. RGB value is (165,43,135). Sum of RGB (Red+Green+Blue) = 165+43+135=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B87 is #5AD478. Grayscale: #595959. Windows color (decimal): -5952633 or 8858533. OLE color: 8858533.

HSL color Cylindrical-coordinate representation of color #A52B87: hue angle of 314.75º 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 #A52B87 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16543135-
CMYK00.740.180.35
HSL314.75º58.65%40.78%-
HSV(B)314.75º73.94%64.71%-
XYZ20.7511.4824.04-
YUV89.97153.42181.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=48.10%
G=12.54%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654313500.740.180.35314.7558.6540.78
HexA52B8704A122313b3b29
Octal24553207011222434737351
Binary10100101101011100001110100101010010100011100111011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B87; }

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

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

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

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

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

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

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

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