#A52C9F

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

Shades of Medium Red Violet #A52C9F

Tints of Medium Red Violet #A52C9F

Color information

#A52C9F (or 0xA52C9F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2C and 9F. RGB value is (165,44,159). Sum of RGB (Red+Green+Blue) = 165+44+159=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52C9F is #5AD360. Grayscale: #5C5C5C. Windows color (decimal): -5952353 or 10431653. OLE color: 10431653.

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

Color convert

RGB16544159-
CMYK00.730.040.35
HSL302.98º57.89%40.98%-
HSV(B)302.98º73.33%64.71%-
XYZ22.6812.333.98-
YUV93.29165.09179.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 44 (17.58% from 255) = 11.96%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=44.84%
G=11.96%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654415900.730.040.35302.9857.8940.98
HexA52C9F04942312f3a29
Octal2455423701114434577251
Binary101001011011001001111101001001100100011100101111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C9F; }

 p { color: rgb(165,44,159); }

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

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

 a { background-color: rgb(165,44,159); }

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

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

 span { border-color: rgb(165,44,159); }

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