Shades of Violet Blue #AF499C
Tints of Violet Blue #AF499C
RGB
CMYK
RGB Variations
Color information
#AF499C (or 0xAF499C) is known color: Violet Blue. HEX triplet: AF, 49 and 9C. RGB value is (175,73,156). Sum of RGB (Red+Green+Blue) = 175+73+156=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF499C is #50B663. Grayscale: #707070. Windows color (decimal): -5289572 or 10242479. OLE color: 10242479.
HSL color Cylindrical-coordinate representation of color #AF499C: hue angle of 311.18º 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 #AF499C is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 156 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.31 |
| HSL | 311.18º | 0.41% | 0.49% | - |
| HSV(B) | 311.18º | 0.58% | 0.69% | - |
| XYZ | 26.06 | 16.28 | 33.22 | - |
| YUV | 112.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 156 | 0 | 0.58 | 0.11 | 0.31 | 311.18 | 0.41 | 0.49 |
| Hex | AF | 49 | 9C | 0 | 3A | B | 1F | 137 | 29 | 31 |
| Octal | 257 | 111 | 234 | 0 | 72 | 13 | 37 | 467 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10011100 | 0 | 111010 | 1011 | 11111 | 100110111 | 101001 | 110001 |
Color Harmonies of #AF499C
Complementary color
Monochromatic Colors of #AF499C
Black with #AF499C
Text Example
Text Example
White with #AF499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF499C; }
p { color: rgb(175,73,156); }
H1.HeaderClassName
{
color: #AF499C;
}
.AnyTagClassName
{
color: #AF499C;
}
</style>
background-color css
<style>
a { background-color: #AF499C; }
a { background-color: rgb(175,73,156); }
div.DivClassName
{
background-color: #AF499C;
}
.BgClassName
{
background-color: #AF499C;
}
</style>
border-color css
<style>
span { border-color: #AF499C; }
span { border-color: rgb(175,73,156); }
td.TdClassName
{
border-color: #AF499C;
}
.TagClassName
{
border-color: #AF499C;
}
</style>