#a8287f

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

Shades of Medium Red Violet #A8287F

Tints of Medium Red Violet #A8287F

Color information

#A8287F (or 0xA8287F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 28 and 7F. RGB value is (168,40,127). Sum of RGB (Red+Green+Blue) = 168+40+127=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8287F is #57D780. Grayscale: #575757. Windows color (decimal): -5756801 or 8333480. OLE color: 8333480.

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

Color convert

RGB16840127-
CMYK00.760.240.34
HSL319.22º61.54%40.78%-
HSV(B)319.22º76.19%65.88%-
XYZ20.7411.3721.18-
YUV88.19149.91184.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 127 (50% from 255) = 37.91%
R=50.15%
G=11.94%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684012700.760.240.34319.2261.5440.78
HexA8287F04C182213f3e29
Octal25050177011430424777651
Binary1010100010100011111110100110011000100010100111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8287f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8287f; }

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

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

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

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

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

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

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

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