Shades of Violet Blue #AF499E
Tints of Violet Blue #AF499E
RGB
CMYK
RGB Variations
Color information
#AF499E (or 0xAF499E) is known color: Violet Blue. HEX triplet: AF, 49 and 9E. RGB value is (175,73,158). Sum of RGB (Red+Green+Blue) = 175+73+158=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF499E is #50B661. Grayscale: #707070. Windows color (decimal): -5289570 or 10373551. OLE color: 10373551.
HSL color Cylindrical-coordinate representation of color #AF499E: hue angle of 310º 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 #AF499E is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 158 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.31 |
| HSL | 310º | 0.41% | 0.49% | - |
| HSV(B) | 310º | 0.58% | 0.69% | - |
| XYZ | 26.23 | 16.35 | 34.12 | - |
| YUV | 113.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 158 | 0 | 0.58 | 0.10 | 0.31 | 310 | 0.41 | 0.49 |
| Hex | AF | 49 | 9E | 0 | 3A | A | 1F | 136 | 29 | 31 |
| Octal | 257 | 111 | 236 | 0 | 72 | 12 | 37 | 466 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10011110 | 0 | 111010 | 1010 | 11111 | 100110110 | 101001 | 110001 |
Color Harmonies of #AF499E
Complementary color
Monochromatic Colors of #AF499E
Black with #AF499E
Text Example
Text Example
White with #AF499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF499E; }
p { color: rgb(175,73,158); }
H1.HeaderClassName
{
color: #AF499E;
}
.AnyTagClassName
{
color: #AF499E;
}
</style>
background-color css
<style>
a { background-color: #AF499E; }
a { background-color: rgb(175,73,158); }
div.DivClassName
{
background-color: #AF499E;
}
.BgClassName
{
background-color: #AF499E;
}
</style>
border-color css
<style>
span { border-color: #AF499E; }
span { border-color: rgb(175,73,158); }
td.TdClassName
{
border-color: #AF499E;
}
.TagClassName
{
border-color: #AF499E;
}
</style>