Shades of Violet Blue #AF51A9
Tints of Violet Blue #AF51A9
RGB
CMYK
RGB Variations
Color information
#AF51A9 (or 0xAF51A9) is known color: Violet Blue. HEX triplet: AF, 51 and A9. RGB value is (175,81,169). Sum of RGB (Red+Green+Blue) = 175+81+169=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A9 is #50AE56. Grayscale: #767676. Windows color (decimal): -5287511 or 11096495. OLE color: 11096495.
HSL color Cylindrical-coordinate representation of color #AF51A9: hue angle of 303.83º 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 #AF51A9 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 169 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.31 |
| HSL | 303.83º | 0.37% | 0.5% | - |
| HSV(B) | 303.83º | 0.54% | 0.69% | - |
| XYZ | 27.78 | 17.86 | 39.52 | - |
| YUV | 119.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 169 | 0 | 0.54 | 0.03 | 0.31 | 303.83 | 0.37 | 0.5 |
| Hex | AF | 51 | A9 | 0 | 36 | 3 | 1F | 130 | 25 | 32 |
| Octal | 257 | 121 | 251 | 0 | 66 | 3 | 37 | 460 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10101001 | 0 | 110110 | 11 | 11111 | 100110000 | 100101 | 110010 |
Color Harmonies of #AF51A9
Complementary color
Monochromatic Colors of #AF51A9
Black with #AF51A9
Text Example
Text Example
White with #AF51A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51A9; }
p { color: rgb(175,81,169); }
H1.HeaderClassName
{
color: #AF51A9;
}
.AnyTagClassName
{
color: #AF51A9;
}
</style>
background-color css
<style>
a { background-color: #AF51A9; }
a { background-color: rgb(175,81,169); }
div.DivClassName
{
background-color: #AF51A9;
}
.BgClassName
{
background-color: #AF51A9;
}
</style>
border-color css
<style>
span { border-color: #AF51A9; }
span { border-color: rgb(175,81,169); }
td.TdClassName
{
border-color: #AF51A9;
}
.TagClassName
{
border-color: #AF51A9;
}
</style>