#A52A83

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

Shades of Medium Red Violet #A52A83

Tints of Medium Red Violet #A52A83

Color information

#A52A83 (or 0xA52A83) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2A and 83. RGB value is (165,42,131). Sum of RGB (Red+Green+Blue) = 165+42+131=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A83 is #5AD57C. Grayscale: #585858. Windows color (decimal): -5952893 or 8596133. OLE color: 8596133.

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

Color convert

RGB16542131-
CMYK00.750.210.35
HSL316.59º59.42%40.59%-
HSV(B)316.59º74.55%64.71%-
XYZ20.4411.2922.58-
YUV88.92151.75182.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=48.82%
G=12.43%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654213100.750.210.35316.5959.4240.59
HexA52A8304B152313d3b29
Octal24552203011325434757351
Binary10100101101010100000110100101110101100011100111101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A83; }

 p { color: rgb(165,42,131); }

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

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

 a { background-color: rgb(165,42,131); }

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

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

 span { border-color: rgb(165,42,131); }

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