#A52A8E

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

Shades of Medium Red Violet #A52A8E

Tints of Medium Red Violet #A52A8E

Color information

#A52A8E (or 0xA52A8E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 2A and 8E. RGB value is (165,42,142). Sum of RGB (Red+Green+Blue) = 165+42+142=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A8E is #5AD571. Grayscale: #595959. Windows color (decimal): -5952882 or 9317029. OLE color: 9317029.

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

Color convert

RGB16542142-
CMYK00.750.140.35
HSL311.22º59.42%40.59%-
HSV(B)311.22º74.55%64.71%-
XYZ21.2311.6126.71-
YUV90.18157.25181.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 42 (16.80% from 255) = 12.03%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=47.28%
G=12.03%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654214200.750.140.35311.2259.4240.59
HexA52A8E04BE231373b29
Octal24552216011316434677351
Binary1010010110101010001110010010111110100011100110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A8E; }

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

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

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

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

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

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

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

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