#A5277C

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

Shades of Medium Red Violet #A5277C

Tints of Medium Red Violet #A5277C

Color information

#A5277C (or 0xA5277C) is unknown color: approx Medium Red Violet. HEX triplet: A5, 27 and 7C. RGB value is (165,39,124). Sum of RGB (Red+Green+Blue) = 165+39+124=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5277C is #5AD883. Grayscale: #565656. Windows color (decimal): -5953668 or 8136613. OLE color: 8136613.

HSL color Cylindrical-coordinate representation of color #A5277C: hue angle of 319.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5277C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16539124-
CMYK00.760.250.35
HSL319.52º61.76%40%-
HSV(B)319.52º76.36%64.71%-
XYZ19.8810.9120.13-
YUV86.36149.24184.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=50.30%
G=11.89%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653912400.760.250.35319.5261.7640
HexA5277C04C19231403e28
Octal24547174011431435007650
Binary1010010110011111111000100110011001100011101000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5277C; }

 p { color: rgb(165,39,124); }

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

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

 a { background-color: rgb(165,39,124); }

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

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

 span { border-color: rgb(165,39,124); }

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