Shades of Violet Blue #AF499B
Tints of Violet Blue #AF499B
RGB
CMYK
RGB Variations
Color information
#AF499B (or 0xAF499B) is known color: Violet Blue. HEX triplet: AF, 49 and 9B. RGB value is (175,73,155). Sum of RGB (Red+Green+Blue) = 175+73+155=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF499B is #50B664. Grayscale: #707070. Windows color (decimal): -5289573 or 10176943. OLE color: 10176943.
HSL color Cylindrical-coordinate representation of color #AF499B: hue angle of 311.76º 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 #AF499B is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 155 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.31 |
| HSL | 311.76º | 0.41% | 0.49% | - |
| HSV(B) | 311.76º | 0.58% | 0.69% | - |
| XYZ | 25.98 | 16.25 | 32.78 | - |
| YUV | 112.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 155 | 0 | 0.58 | 0.11 | 0.31 | 311.76 | 0.41 | 0.49 |
| Hex | AF | 49 | 9B | 0 | 3A | B | 1F | 138 | 29 | 31 |
| Octal | 257 | 111 | 233 | 0 | 72 | 13 | 37 | 470 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10011011 | 0 | 111010 | 1011 | 11111 | 100111000 | 101001 | 110001 |
Color Harmonies of #AF499B
Complementary color
Monochromatic Colors of #AF499B
Black with #AF499B
Text Example
Text Example
White with #AF499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF499B; }
p { color: rgb(175,73,155); }
H1.HeaderClassName
{
color: #AF499B;
}
.AnyTagClassName
{
color: #AF499B;
}
</style>
background-color css
<style>
a { background-color: #AF499B; }
a { background-color: rgb(175,73,155); }
div.DivClassName
{
background-color: #AF499B;
}
.BgClassName
{
background-color: #AF499B;
}
</style>
border-color css
<style>
span { border-color: #AF499B; }
span { border-color: rgb(175,73,155); }
td.TdClassName
{
border-color: #AF499B;
}
.TagClassName
{
border-color: #AF499B;
}
</style>