#AF1586

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

Shades of Medium Violet Red #AF1586

Tints of Medium Violet Red #AF1586

Color information

#AF1586 (or 0xAF1586) is unknown color: approx Medium Violet Red. HEX triplet: AF, 15 and 86. RGB value is (175,21,134). Sum of RGB (Red+Green+Blue) = 175+21+134=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1586 is #50EA79. Grayscale: #4F4F4F. Windows color (decimal): -5302906 or 8787375. OLE color: 8787375.

HSL color Cylindrical-coordinate representation of color #AF1586: hue angle of 315.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1586 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17521134-
CMYK00.880.230.31
HSL315.97º78.57%38.43%-
HSV(B)315.97º88%68.63%-
XYZ22.2511.3723.58-
YUV79.93158.52195.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=53.03%
G=6.36%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752113400.880.230.31315.9778.5738.43
HexAF1586058171F13c4f26
Octal257252060130273747411746
Binary1010111110101100001100101100010111111111001111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1586; }

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

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

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

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

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

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

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

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