#A52E9C

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

Shades of Medium Red Violet #A52E9C

Tints of Medium Red Violet #A52E9C

Color information

#A52E9C (or 0xA52E9C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2E and 9C. RGB value is (165,46,156). Sum of RGB (Red+Green+Blue) = 165+46+156=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52E9C is #5AD163. Grayscale: #5D5D5D. Windows color (decimal): -5951844 or 10235557. OLE color: 10235557.

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

Color convert

RGB16546156-
CMYK00.720.050.35
HSL304.54º56.4%41.37%-
HSV(B)304.54º72.12%64.71%-
XYZ22.4912.3532.65-
YUV94.12162.92178.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=44.96%
G=12.53%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654615600.720.050.35304.5456.441.37
HexA52E9C0485231313829
Octal2455623401105434617051
Binary101001011011101001110001001000101100011100110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52E9C; }

 p { color: rgb(165,46,156); }

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

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

 a { background-color: rgb(165,46,156); }

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

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

 span { border-color: rgb(165,46,156); }

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