#A8277C

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

Shades of Medium Red Violet #A8277C

Tints of Medium Red Violet #A8277C

Color information

#A8277C (or 0xA8277C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 27 and 7C. RGB value is (168,39,124). Sum of RGB (Red+Green+Blue) = 168+39+124=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8277C is #57D883. Grayscale: #575757. Windows color (decimal): -5757060 or 8136616. OLE color: 8136616.

HSL color Cylindrical-coordinate representation of color #A8277C: hue angle of 320.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8277C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16839124-
CMYK00.770.260.34
HSL320.47º62.32%40.59%-
HSV(B)320.47º76.79%65.88%-
XYZ20.5111.2320.16-
YUV87.26148.74185.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=50.76%
G=11.78%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683912400.770.260.34320.4762.3240.59
HexA8277C04D1A221403e29
Octal25047174011532425007651
Binary1010100010011111111000100110111010100010101000000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8277C; }

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

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

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

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

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

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

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

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