#a8287a

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

Shades of Medium Red Violet #A8287A

Tints of Medium Red Violet #A8287A

Color information

#A8287A (or 0xA8287A) is unknown color: approx Medium Red Violet. HEX triplet: A8, 28 and 7A. RGB value is (168,40,122). Sum of RGB (Red+Green+Blue) = 168+40+122=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8287A is #57D785. Grayscale: #575757. Windows color (decimal): -5756806 or 8005800. OLE color: 8005800.

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

Color convert

RGB16840122-
CMYK00.760.270.34
HSL321.56º61.54%40.78%-
HSV(B)321.56º76.19%65.88%-
XYZ20.4211.2519.51-
YUV87.62147.41185.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=50.91%
G=12.12%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684012200.760.270.34321.5661.5440.78
HexA8287A04C1B221423e29
Octal25050172011433425027651
Binary1010100010100011110100100110011011100010101000010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8287a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8287a; }

 p { color: rgb(168,40,122); }

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

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

 a { background-color: rgb(168,40,122); }

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

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

 span { border-color: rgb(168,40,122); }

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