#A52F8C

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

Shades of Medium Red Violet #A52F8C

Tints of Medium Red Violet #A52F8C

Color information

#A52F8C (or 0xA52F8C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2F and 8C. RGB value is (165,47,140). Sum of RGB (Red+Green+Blue) = 165+47+140=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52F8C is #5AD073. Grayscale: #5C5C5C. Windows color (decimal): -5951604 or 9187237. OLE color: 9187237.

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

Color convert

RGB16547140-
CMYK00.720.150.35
HSL312.71º55.66%41.57%-
HSV(B)312.71º71.52%64.71%-
XYZ21.2711.9325.99-
YUV92.88154.59179.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=46.88%
G=13.35%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654714000.720.150.35312.7155.6641.57
HexA52F8C048F23139382a
Octal24557214011017434717052
Binary1010010110111110001100010010001111100011100111001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F8C; }

 p { color: rgb(165,47,140); }

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

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

 a { background-color: rgb(165,47,140); }

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

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

 span { border-color: rgb(165,47,140); }

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