Shades of Violet Blue #AF55AB
Tints of Violet Blue #AF55AB
RGB
CMYK
RGB Variations
Color information
#AF55AB (or 0xAF55AB) is known color: Violet Blue. HEX triplet: AF, 55 and AB. RGB value is (175,85,171). Sum of RGB (Red+Green+Blue) = 175+85+171=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55AB is #50AA54. Grayscale: #797979. Windows color (decimal): -5286485 or 11228591. OLE color: 11228591.
HSL color Cylindrical-coordinate representation of color #AF55AB: hue angle of 302.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF55AB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 171 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.31 |
| HSL | 302.67º | 0.36% | 0.51% | - |
| HSV(B) | 302.67º | 0.51% | 0.69% | - |
| XYZ | 28.28 | 18.55 | 40.62 | - |
| YUV | 121.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 171 | 0 | 0.51 | 0.02 | 0.31 | 302.67 | 0.36 | 0.51 |
| Hex | AF | 55 | AB | 0 | 33 | 2 | 1F | 12F | 24 | 33 |
| Octal | 257 | 125 | 253 | 0 | 63 | 2 | 37 | 457 | 44 | 63 |
| Binary | 10101111 | 1010101 | 10101011 | 0 | 110011 | 10 | 11111 | 100101111 | 100100 | 110011 |
Color Harmonies of #AF55AB
Complementary color
Monochromatic Colors of #AF55AB
Black with #AF55AB
Text Example
Text Example
White with #AF55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55AB; }
p { color: rgb(175,85,171); }
H1.HeaderClassName
{
color: #AF55AB;
}
.AnyTagClassName
{
color: #AF55AB;
}
</style>
background-color css
<style>
a { background-color: #AF55AB; }
a { background-color: rgb(175,85,171); }
div.DivClassName
{
background-color: #AF55AB;
}
.BgClassName
{
background-color: #AF55AB;
}
</style>
border-color css
<style>
span { border-color: #AF55AB; }
span { border-color: rgb(175,85,171); }
td.TdClassName
{
border-color: #AF55AB;
}
.TagClassName
{
border-color: #AF55AB;
}
</style>