Shades of Violet Blue #AF519B
Tints of Violet Blue #AF519B
RGB
CMYK
RGB Variations
Color information
#AF519B (or 0xAF519B) is known color: Violet Blue. HEX triplet: AF, 51 and 9B. RGB value is (175,81,155). Sum of RGB (Red+Green+Blue) = 175+81+155=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519B is #50AE64. Grayscale: #757575. Windows color (decimal): -5287525 or 10178991. OLE color: 10178991.
HSL color Cylindrical-coordinate representation of color #AF519B: hue angle of 312.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF519B is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 155 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.31 |
| HSL | 312.77º | 0.37% | 0.5% | - |
| HSV(B) | 312.77º | 0.54% | 0.69% | - |
| XYZ | 26.54 | 17.37 | 32.96 | - |
| YUV | 117.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 155 | 0 | 0.54 | 0.11 | 0.31 | 312.77 | 0.37 | 0.5 |
| Hex | AF | 51 | 9B | 0 | 36 | B | 1F | 139 | 25 | 32 |
| Octal | 257 | 121 | 233 | 0 | 66 | 13 | 37 | 471 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10011011 | 0 | 110110 | 1011 | 11111 | 100111001 | 100101 | 110010 |
Color Harmonies of #AF519B
Complementary color
Monochromatic Colors of #AF519B
Black with #AF519B
Text Example
Text Example
White with #AF519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF519B; }
p { color: rgb(175,81,155); }
H1.HeaderClassName
{
color: #AF519B;
}
.AnyTagClassName
{
color: #AF519B;
}
</style>
background-color css
<style>
a { background-color: #AF519B; }
a { background-color: rgb(175,81,155); }
div.DivClassName
{
background-color: #AF519B;
}
.BgClassName
{
background-color: #AF519B;
}
</style>
border-color css
<style>
span { border-color: #AF519B; }
span { border-color: rgb(175,81,155); }
td.TdClassName
{
border-color: #AF519B;
}
.TagClassName
{
border-color: #AF519B;
}
</style>