#A8289F

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

Shades of Medium Red Violet #A8289F

Tints of Medium Red Violet #A8289F

Color information

#A8289F (or 0xA8289F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 28 and 9F. RGB value is (168,40,159). Sum of RGB (Red+Green+Blue) = 168+40+159=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8289F is #57D760. Grayscale: #5B5B5B. Windows color (decimal): -5756769 or 10430632. OLE color: 10430632.

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

Color convert

RGB16840159-
CMYK00.760.050.34
HSL304.22º61.54%40.78%-
HSV(B)304.22º76.19%65.88%-
XYZ23.1712.3533.96-
YUV91.84165.91182.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 40 (16.02% from 255) = 10.90%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=45.78%
G=10.90%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684015900.760.050.34304.2261.5440.78
HexA8289F04C5221303e29
Octal2505023701145424607651
Binary101010001010001001111101001100101100010100110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8289F; }

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

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

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

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

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

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

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

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