#A52D8B

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

Shades of Medium Red Violet #A52D8B

Tints of Medium Red Violet #A52D8B

Color information

#A52D8B (or 0xA52D8B) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2D and 8B. RGB value is (165,45,139). Sum of RGB (Red+Green+Blue) = 165+45+139=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D8B is #5AD274. Grayscale: #5B5B5B. Windows color (decimal): -5952117 or 9121189. OLE color: 9121189.

HSL color Cylindrical-coordinate representation of color #A52D8B: hue angle of 313º degrees, saturation: 0.57, 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 #A52D8B is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16545139-
CMYK00.730.160.35
HSL313º57.14%41.18%-
HSV(B)313º72.73%64.71%-
XYZ21.1211.7425.58-
YUV91.6154.76180.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=47.28%
G=12.89%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654513900.730.160.3531357.1441.18
HexA52D8B04910231393929
Octal24555213011120434717151
Binary10100101101101100010110100100110000100011100111001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D8B; }

 p { color: rgb(165,45,139); }

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

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

 a { background-color: rgb(165,45,139); }

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

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

 span { border-color: rgb(165,45,139); }

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