#A8287B

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

Shades of Medium Red Violet #A8287B

Tints of Medium Red Violet #A8287B

Color information

#A8287B (or 0xA8287B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 28 and 7B. RGB value is (168,40,123). Sum of RGB (Red+Green+Blue) = 168+40+123=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8287B is #57D784. Grayscale: #575757. Windows color (decimal): -5756805 or 8071336. OLE color: 8071336.

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

Color convert

RGB16840123-
CMYK00.760.270.34
HSL321.09º61.54%40.78%-
HSV(B)321.09º76.19%65.88%-
XYZ20.4811.2719.84-
YUV87.73147.91185.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=50.76%
G=12.08%
B=37.16%

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
Decimal1684012300.760.270.34321.0961.5440.78
HexA8287B04C1B221413e29
Octal25050173011433425017651
Binary1010100010100011110110100110011011100010101000001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8287B; }

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

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

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

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

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

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

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

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