Shades of Violet Blue #AF519F
Tints of Violet Blue #AF519F
RGB
CMYK
RGB Variations
Color information
#AF519F (or 0xAF519F) is known color: Violet Blue. HEX triplet: AF, 51 and 9F. RGB value is (175,81,159). Sum of RGB (Red+Green+Blue) = 175+81+159=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519F is #50AE60. Grayscale: #757575. Windows color (decimal): -5287521 or 10441135. OLE color: 10441135.
HSL color Cylindrical-coordinate representation of color #AF519F: hue angle of 310.21º 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 #AF519F is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 159 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.31 |
| HSL | 310.21º | 0.37% | 0.5% | - |
| HSV(B) | 310.21º | 0.54% | 0.69% | - |
| XYZ | 26.88 | 17.5 | 34.76 | - |
| YUV | 118 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 159 | 0 | 0.54 | 0.09 | 0.31 | 310.21 | 0.37 | 0.5 |
| Hex | AF | 51 | 9F | 0 | 36 | 9 | 1F | 136 | 25 | 32 |
| Octal | 257 | 121 | 237 | 0 | 66 | 11 | 37 | 466 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10011111 | 0 | 110110 | 1001 | 11111 | 100110110 | 100101 | 110010 |
Color Harmonies of #AF519F
Complementary color
Monochromatic Colors of #AF519F
Black with #AF519F
Text Example
Text Example
White with #AF519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF519F; }
p { color: rgb(175,81,159); }
H1.HeaderClassName
{
color: #AF519F;
}
.AnyTagClassName
{
color: #AF519F;
}
</style>
background-color css
<style>
a { background-color: #AF519F; }
a { background-color: rgb(175,81,159); }
div.DivClassName
{
background-color: #AF519F;
}
.BgClassName
{
background-color: #AF519F;
}
</style>
border-color css
<style>
span { border-color: #AF519F; }
span { border-color: rgb(175,81,159); }
td.TdClassName
{
border-color: #AF519F;
}
.TagClassName
{
border-color: #AF519F;
}
</style>