#A52B8F

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

Shades of Medium Red Violet #A52B8F

Tints of Medium Red Violet #A52B8F

Color information

#A52B8F (or 0xA52B8F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2B and 8F. RGB value is (165,43,143). Sum of RGB (Red+Green+Blue) = 165+43+143=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B8F is #5AD470. Grayscale: #5A5A5A. Windows color (decimal): -5952625 or 9382821. OLE color: 9382821.

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

Color convert

RGB16543143-
CMYK00.740.130.35
HSL310.82º58.65%40.78%-
HSV(B)310.82º73.94%64.71%-
XYZ21.3411.7127.12-
YUV90.88157.42180.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=47.01%
G=12.25%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654314300.740.130.35310.8258.6540.78
HexA52B8F04AD231373b29
Octal24553217011215434677351
Binary1010010110101110001111010010101101100011100110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52B8F; }

 p { color: rgb(165,43,143); }

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

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

 a { background-color: rgb(165,43,143); }

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

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

 span { border-color: rgb(165,43,143); }

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