Shades of Violet Blue #AF4999
Tints of Violet Blue #AF4999
RGB
CMYK
RGB Variations
Color information
#AF4999 (or 0xAF4999) is known color: Violet Blue. HEX triplet: AF, 49 and 99. RGB value is (175,73,153). Sum of RGB (Red+Green+Blue) = 175+73+153=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4999 is #50B666. Grayscale: #707070. Windows color (decimal): -5289575 or 10045871. OLE color: 10045871.
HSL color Cylindrical-coordinate representation of color #AF4999: hue angle of 312.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4999 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 153 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.31 |
| HSL | 312.94º | 0.41% | 0.49% | - |
| HSV(B) | 312.94º | 0.58% | 0.69% | - |
| XYZ | 25.81 | 16.18 | 31.9 | - |
| YUV | 112.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 153 | 0 | 0.58 | 0.13 | 0.31 | 312.94 | 0.41 | 0.49 |
| Hex | AF | 49 | 99 | 0 | 3A | D | 1F | 139 | 29 | 31 |
| Octal | 257 | 111 | 231 | 0 | 72 | 15 | 37 | 471 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10011001 | 0 | 111010 | 1101 | 11111 | 100111001 | 101001 | 110001 |
Color Harmonies of #AF4999
Complementary color
Monochromatic Colors of #AF4999
Black with #AF4999
Text Example
Text Example
White with #AF4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4999; }
p { color: rgb(175,73,153); }
H1.HeaderClassName
{
color: #AF4999;
}
.AnyTagClassName
{
color: #AF4999;
}
</style>
background-color css
<style>
a { background-color: #AF4999; }
a { background-color: rgb(175,73,153); }
div.DivClassName
{
background-color: #AF4999;
}
.BgClassName
{
background-color: #AF4999;
}
</style>
border-color css
<style>
span { border-color: #AF4999; }
span { border-color: rgb(175,73,153); }
td.TdClassName
{
border-color: #AF4999;
}
.TagClassName
{
border-color: #AF4999;
}
</style>