Shades of Violet Blue #AF6FA8
Tints of Violet Blue #AF6FA8
RGB
CMYK
RGB Variations
Color information
#AF6FA8 (or 0xAF6FA8) is known color: Violet Blue. HEX triplet: AF, 6F and A8. RGB value is (175,111,168). Sum of RGB (Red+Green+Blue) = 175+111+168=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6FA8 is #509057. Grayscale: #888888. Windows color (decimal): -5279832 or 11038639. OLE color: 11038639.
HSL color Cylindrical-coordinate representation of color #AF6FA8: hue angle of 306.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6FA8 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 168 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.31 |
| HSL | 306.56º | 0.29% | 0.56% | - |
| HSV(B) | 306.56º | 0.37% | 0.69% | - |
| XYZ | 30.43 | 23.31 | 39.94 | - |
| YUV | 136.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 168 | 0 | 0.37 | 0.04 | 0.31 | 306.56 | 0.29 | 0.56 |
| Hex | AF | 6F | A8 | 0 | 25 | 4 | 1F | 133 | 1D | 38 |
| Octal | 257 | 157 | 250 | 0 | 45 | 4 | 37 | 463 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10101000 | 0 | 100101 | 100 | 11111 | 100110011 | 11101 | 111000 |
Color Harmonies of #AF6FA8
Complementary color
Monochromatic Colors of #AF6FA8
Black with #AF6FA8
Text Example
Text Example
White with #AF6FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FA8; }
p { color: rgb(175,111,168); }
H1.HeaderClassName
{
color: #AF6FA8;
}
.AnyTagClassName
{
color: #AF6FA8;
}
</style>
background-color css
<style>
a { background-color: #AF6FA8; }
a { background-color: rgb(175,111,168); }
div.DivClassName
{
background-color: #AF6FA8;
}
.BgClassName
{
background-color: #AF6FA8;
}
</style>
border-color css
<style>
span { border-color: #AF6FA8; }
span { border-color: rgb(175,111,168); }
td.TdClassName
{
border-color: #AF6FA8;
}
.TagClassName
{
border-color: #AF6FA8;
}
</style>