Shades of Violet Blue #AF519C
Tints of Violet Blue #AF519C
RGB
CMYK
RGB Variations
Color information
#AF519C (or 0xAF519C) is known color: Violet Blue. HEX triplet: AF, 51 and 9C. RGB value is (175,81,156). Sum of RGB (Red+Green+Blue) = 175+81+156=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519C is #50AE63. Grayscale: #757575. Windows color (decimal): -5287524 or 10244527. OLE color: 10244527.
HSL color Cylindrical-coordinate representation of color #AF519C: hue angle of 312.13º 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 #AF519C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 156 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.31 |
| HSL | 312.13º | 0.37% | 0.5% | - |
| HSV(B) | 312.13º | 0.54% | 0.69% | - |
| XYZ | 26.62 | 17.4 | 33.41 | - |
| YUV | 117.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 156 | 0 | 0.54 | 0.11 | 0.31 | 312.13 | 0.37 | 0.5 |
| Hex | AF | 51 | 9C | 0 | 36 | B | 1F | 138 | 25 | 32 |
| Octal | 257 | 121 | 234 | 0 | 66 | 13 | 37 | 470 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10011100 | 0 | 110110 | 1011 | 11111 | 100111000 | 100101 | 110010 |
Color Harmonies of #AF519C
Complementary color
Monochromatic Colors of #AF519C
Black with #AF519C
Text Example
Text Example
White with #AF519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF519C; }
p { color: rgb(175,81,156); }
H1.HeaderClassName
{
color: #AF519C;
}
.AnyTagClassName
{
color: #AF519C;
}
</style>
background-color css
<style>
a { background-color: #AF519C; }
a { background-color: rgb(175,81,156); }
div.DivClassName
{
background-color: #AF519C;
}
.BgClassName
{
background-color: #AF519C;
}
</style>
border-color css
<style>
span { border-color: #AF519C; }
span { border-color: rgb(175,81,156); }
td.TdClassName
{
border-color: #AF519C;
}
.TagClassName
{
border-color: #AF519C;
}
</style>