#AF1E99

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

Shades of Medium Violet Red #AF1E99

Tints of Medium Violet Red #AF1E99

Color information

#AF1E99 (or 0xAF1E99) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1E and 99. RGB value is (175,30,153). Sum of RGB (Red+Green+Blue) = 175+30+153=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E99 is #50E166. Grayscale: #575757. Windows color (decimal): -5300583 or 10034863. OLE color: 10034863.

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

Color convert

RGB17530153-
CMYK00.830.130.31
HSL309.1º70.73%40.2%-
HSV(B)309.1º82.86%68.63%-
XYZ23.8912.3431.26-
YUV87.38165.04190.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 30 (12.11% from 255) = 8.38%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=48.88%
G=8.38%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753015300.830.130.31309.170.7340.2
HexAF1E99053D1F1354728
Octal257362310123153746510750
Binary101011111111010011001010100111101111111001101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E99; }

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

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

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

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

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

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

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

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