#AF3999

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

Shades of Medium Red Violet #AF3999

Tints of Medium Red Violet #AF3999

Color information

#AF3999 (or 0xAF3999) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 99. RGB value is (175,57,153). Sum of RGB (Red+Green+Blue) = 175+57+153=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3999 is #50C666. Grayscale: #666666. Windows color (decimal): -5293671 or 10041775. OLE color: 10041775.

HSL color Cylindrical-coordinate representation of color #AF3999: hue angle of 311.19º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3999 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17557153-
CMYK00.670.130.31
HSL311.19º50.86%45.49%-
HSV(B)311.19º67.43%68.63%-
XYZ24.8914.3431.59-
YUV103.23156.09179.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=45.45%
G=14.81%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755715300.670.130.31311.1950.8645.49
HexAF3999043D1F137332d
Octal25771231010315374676355
Binary101011111110011001100101000011110111111100110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3999; }

 p { color: rgb(175,57,153); }

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

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

 a { background-color: rgb(175,57,153); }

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

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

 span { border-color: rgb(175,57,153); }

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