#a8278f

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

Shades of Medium Red Violet #A8278F

Tints of Medium Red Violet #A8278F

Color information

#A8278F (or 0xA8278F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 27 and 8F. RGB value is (168,39,143). Sum of RGB (Red+Green+Blue) = 168+39+143=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8278F is #57D870. Grayscale: #595959. Windows color (decimal): -5757041 or 9381800. OLE color: 9381800.

HSL color Cylindrical-coordinate representation of color #A8278F: hue angle of 311.63º 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 #A8278F is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16839143-
CMYK00.770.150.34
HSL311.63º62.32%40.59%-
HSV(B)311.63º76.79%65.88%-
XYZ21.8311.7627.11-
YUV89.43158.24184.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 39 (15.62% from 255) = 11.14%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=48%
G=11.14%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683914300.770.150.34311.6362.3240.59
HexA8278F04DF221383e29
Octal25047217011517424707651
Binary1010100010011110001111010011011111100010100111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8278f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8278f; }

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

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

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

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

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

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

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

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