#AF2686

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

Shades of Medium Red Violet #AF2686

Tints of Medium Red Violet #AF2686

Color information

#AF2686 (or 0xAF2686) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 86. RGB value is (175,38,134). Sum of RGB (Red+Green+Blue) = 175+38+134=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2686 is #50D979. Grayscale: #595959. Windows color (decimal): -5298554 or 8791727. OLE color: 8791727.

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

Color convert

RGB17538134-
CMYK00.780.230.31
HSL317.96º64.32%41.76%-
HSV(B)317.96º78.29%68.63%-
XYZ22.6812.2223.72-
YUV89.91152.89188.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=50.43%
G=10.95%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753813400.780.230.31317.9664.3241.76
HexAF268604E171F13e402a
Octal257462060116273747610052
Binary10101111100110100001100100111010111111111001111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2686; }

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

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

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

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

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

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

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

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