Shades of Violet Blue #AF51A3
Tints of Violet Blue #AF51A3
RGB
CMYK
RGB Variations
Color information
#AF51A3 (or 0xAF51A3) is known color: Violet Blue. HEX triplet: AF, 51 and A3. RGB value is (175,81,163). Sum of RGB (Red+Green+Blue) = 175+81+163=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51A3 is #50AE5C. Grayscale: #767676. Windows color (decimal): -5287517 or 10703279. OLE color: 10703279.
HSL color Cylindrical-coordinate representation of color #AF51A3: hue angle of 307.66º 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 #AF51A3 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 163 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.31 |
| HSL | 307.66º | 0.37% | 0.5% | - |
| HSV(B) | 307.66º | 0.54% | 0.69% | - |
| XYZ | 27.23 | 17.64 | 36.62 | - |
| YUV | 118.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 163 | 0 | 0.54 | 0.07 | 0.31 | 307.66 | 0.37 | 0.5 |
| Hex | AF | 51 | A3 | 0 | 36 | 7 | 1F | 134 | 25 | 32 |
| Octal | 257 | 121 | 243 | 0 | 66 | 7 | 37 | 464 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10100011 | 0 | 110110 | 111 | 11111 | 100110100 | 100101 | 110010 |
Color Harmonies of #AF51A3
Complementary color
Monochromatic Colors of #AF51A3
Black with #AF51A3
Text Example
Text Example
White with #AF51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51A3; }
p { color: rgb(175,81,163); }
H1.HeaderClassName
{
color: #AF51A3;
}
.AnyTagClassName
{
color: #AF51A3;
}
</style>
background-color css
<style>
a { background-color: #AF51A3; }
a { background-color: rgb(175,81,163); }
div.DivClassName
{
background-color: #AF51A3;
}
.BgClassName
{
background-color: #AF51A3;
}
</style>
border-color css
<style>
span { border-color: #AF51A3; }
span { border-color: rgb(175,81,163); }
td.TdClassName
{
border-color: #AF51A3;
}
.TagClassName
{
border-color: #AF51A3;
}
</style>