#A52D9D

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

Shades of Medium Red Violet #A52D9D

Tints of Medium Red Violet #A52D9D

Color information

#A52D9D (or 0xA52D9D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2D and 9D. RGB value is (165,45,157). Sum of RGB (Red+Green+Blue) = 165+45+157=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D9D is #5AD262. Grayscale: #5D5D5D. Windows color (decimal): -5952099 or 10300837. OLE color: 10300837.

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

Color convert

RGB16545157-
CMYK00.730.050.35
HSL304º57.14%41.18%-
HSV(B)304º72.73%64.71%-
XYZ22.5412.3133.09-
YUV93.65163.76178.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 45 (17.97% from 255) = 12.26%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=44.96%
G=12.26%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654515700.730.050.3530457.1441.18
HexA52D9D0495231303929
Octal2455523501115434607151
Binary101001011011011001110101001001101100011100110000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D9D; }

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

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

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

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

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

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

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

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