#AF2886

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

Shades of Medium Red Violet #AF2886

Tints of Medium Red Violet #AF2886

Color information

#AF2886 (or 0xAF2886) is unknown color: approx Medium Red Violet. HEX triplet: AF, 28 and 86. RGB value is (175,40,134). Sum of RGB (Red+Green+Blue) = 175+40+134=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2886 is #50D779. Grayscale: #5A5A5A. Windows color (decimal): -5298042 or 8792239. OLE color: 8792239.

HSL color Cylindrical-coordinate representation of color #AF2886: hue angle of 318.22º 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 #AF2886 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17540134-
CMYK00.770.230.31
HSL318.22º62.79%42.16%-
HSV(B)318.22º77.14%68.63%-
XYZ22.7412.3523.74-
YUV91.08152.23187.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 40 (16.02% from 255) = 11.46%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=50.14%
G=11.46%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754013400.770.230.31318.2262.7942.16
HexAF288604D171F13e3f2a
Octal25750206011527374767752
Binary1010111110100010000110010011011011111111100111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2886; }

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

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

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

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

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

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

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

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