#A7287C

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

Shades of Medium Red Violet #A7287C

Tints of Medium Red Violet #A7287C

Color information

#A7287C (or 0xA7287C) is unknown color: approx Medium Red Violet. HEX triplet: A7, 28 and 7C. RGB value is (167,40,124). Sum of RGB (Red+Green+Blue) = 167+40+124=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7287C is #58D783. Grayscale: #575757. Windows color (decimal): -5822340 or 8136871. OLE color: 8136871.

HSL color Cylindrical-coordinate representation of color #A7287C: hue angle of 320.31º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7287C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16740124-
CMYK00.760.260.35
HSL320.31º61.35%40.59%-
HSV(B)320.31º76.05%65.49%-
XYZ20.3311.1920.16-
YUV87.55148.58184.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=50.45%
G=12.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674012400.760.260.35320.3161.3540.59
HexA7287C04C1A231403d29
Octal24750174011432435007551
Binary1010011110100011111000100110011010100011101000000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7287C; }

 p { color: rgb(167,40,124); }

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

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

 a { background-color: rgb(167,40,124); }

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

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

 span { border-color: rgb(167,40,124); }

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