#AF287C

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

Shades of Medium Red Violet #AF287C

Tints of Medium Red Violet #AF287C

Color information

#AF287C (or 0xAF287C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 7C. RGB value is (175,40,124). Sum of RGB (Red+Green+Blue) = 175+40+124=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF287C is #50D783. Grayscale: #595959. Windows color (decimal): -5298052 or 8136879. OLE color: 8136879.

HSL color Cylindrical-coordinate representation of color #AF287C: hue angle of 322.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF287C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17540124-
CMYK00.770.290.31
HSL322.67º62.79%42.16%-
HSV(B)322.67º77.14%68.63%-
XYZ22.0812.0920.24-
YUV89.94147.23188.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 40 (16.02% from 255) = 11.80%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=51.62%
G=11.80%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754012400.770.290.31322.6762.7942.16
HexAF287C04D1D1F1433f2a
Octal25750174011535375037752
Binary101011111010001111100010011011110111111101000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF287C; }

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

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

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

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

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

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

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

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