#AF2486

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

Shades of Medium Red Violet #AF2486

Tints of Medium Red Violet #AF2486

Color information

#AF2486 (or 0xAF2486) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 86. RGB value is (175,36,134). Sum of RGB (Red+Green+Blue) = 175+36+134=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2486 is #50DB79. Grayscale: #585858. Windows color (decimal): -5299066 or 8791215. OLE color: 8791215.

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

Color convert

RGB17536134-
CMYK00.790.230.31
HSL317.7º65.88%41.37%-
HSV(B)317.7º79.43%68.63%-
XYZ22.6112.123.7-
YUV88.73153.55189.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=50.72%
G=10.43%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753613400.790.230.31317.765.8841.37
HexAF248604F171F13e4229
Octal257442060117273747610251
Binary10101111100100100001100100111110111111111001111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2486; }

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

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

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

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

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

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

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

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