#AF1F99

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

Shades of Medium Red Violet #AF1F99

Tints of Medium Red Violet #AF1F99

Color information

#AF1F99 (or 0xAF1F99) is unknown color: approx Medium Red Violet. HEX triplet: AF, 1F and 99. RGB value is (175,31,153). Sum of RGB (Red+Green+Blue) = 175+31+153=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F99 is #50E066. Grayscale: #575757. Windows color (decimal): -5300327 or 10035119. OLE color: 10035119.

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

Color convert

RGB17531153-
CMYK00.820.130.31
HSL309.17º69.9%40.39%-
HSV(B)309.17º82.29%68.63%-
XYZ23.9212.3931.27-
YUV87.96164.71190.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 31 (12.5% from 255) = 8.64%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=48.75%
G=8.64%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753115300.820.130.31309.1769.940.39
HexAF1F99052D1F1354628
Octal257372310122153746510650
Binary101011111111110011001010100101101111111001101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F99; }

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

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

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

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

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

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

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

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