Shades of Violet Blue #AF51AD
Tints of Violet Blue #AF51AD
RGB
CMYK
RGB Variations
Color information
#AF51AD (or 0xAF51AD) is known color: Violet Blue. HEX triplet: AF, 51 and AD. RGB value is (175,81,173). Sum of RGB (Red+Green+Blue) = 175+81+173=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF51AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51AD is #50AE52. Grayscale: #777777. Windows color (decimal): -5287507 or 11358639. OLE color: 11358639.
HSL color Cylindrical-coordinate representation of color #AF51AD: hue angle of 301.28º 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 #AF51AD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 173 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.31 |
| HSL | 301.28º | 0.37% | 0.5% | - |
| HSV(B) | 301.28º | 0.54% | 0.69% | - |
| XYZ | 28.16 | 18.02 | 41.53 | - |
| YUV | 119.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 173 | 0 | 0.54 | 0.01 | 0.31 | 301.28 | 0.37 | 0.5 |
| Hex | AF | 51 | AD | 0 | 36 | 1 | 1F | 12D | 25 | 32 |
| Octal | 257 | 121 | 255 | 0 | 66 | 1 | 37 | 455 | 45 | 62 |
| Binary | 10101111 | 1010001 | 10101101 | 0 | 110110 | 1 | 11111 | 100101101 | 100101 | 110010 |
Color Harmonies of #AF51AD
Complementary color
Monochromatic Colors of #AF51AD
Black with #AF51AD
Text Example
Text Example
White with #AF51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51AD; }
p { color: rgb(175,81,173); }
H1.HeaderClassName
{
color: #AF51AD;
}
.AnyTagClassName
{
color: #AF51AD;
}
</style>
background-color css
<style>
a { background-color: #AF51AD; }
a { background-color: rgb(175,81,173); }
div.DivClassName
{
background-color: #AF51AD;
}
.BgClassName
{
background-color: #AF51AD;
}
</style>
border-color css
<style>
span { border-color: #AF51AD; }
span { border-color: rgb(175,81,173); }
td.TdClassName
{
border-color: #AF51AD;
}
.TagClassName
{
border-color: #AF51AD;
}
</style>