Shades of Violet Blue #AF6CA8
Tints of Violet Blue #AF6CA8
RGB
CMYK
RGB Variations
Color information
#AF6CA8 (or 0xAF6CA8) is known color: Violet Blue. HEX triplet: AF, 6C and A8. RGB value is (175,108,168). Sum of RGB (Red+Green+Blue) = 175+108+168=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA8 is #509357. Grayscale: #868686. Windows color (decimal): -5280600 or 11037871. OLE color: 11037871.
HSL color Cylindrical-coordinate representation of color #AF6CA8: hue angle of 306.27º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CA8 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 168 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.31 |
| HSL | 306.27º | 0.3% | 0.55% | - |
| HSV(B) | 306.27º | 0.38% | 0.69% | - |
| XYZ | 30.11 | 22.67 | 39.83 | - |
| YUV | 134.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 168 | 0 | 0.38 | 0.04 | 0.31 | 306.27 | 0.3 | 0.55 |
| Hex | AF | 6C | A8 | 0 | 26 | 4 | 1F | 132 | 1E | 37 |
| Octal | 257 | 154 | 250 | 0 | 46 | 4 | 37 | 462 | 36 | 67 |
| Binary | 10101111 | 1101100 | 10101000 | 0 | 100110 | 100 | 11111 | 100110010 | 11110 | 110111 |
Color Harmonies of #AF6CA8
Complementary color
Monochromatic Colors of #AF6CA8
Black with #AF6CA8
Text Example
Text Example
White with #AF6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CA8; }
p { color: rgb(175,108,168); }
H1.HeaderClassName
{
color: #AF6CA8;
}
.AnyTagClassName
{
color: #AF6CA8;
}
</style>
background-color css
<style>
a { background-color: #AF6CA8; }
a { background-color: rgb(175,108,168); }
div.DivClassName
{
background-color: #AF6CA8;
}
.BgClassName
{
background-color: #AF6CA8;
}
</style>
border-color css
<style>
span { border-color: #AF6CA8; }
span { border-color: rgb(175,108,168); }
td.TdClassName
{
border-color: #AF6CA8;
}
.TagClassName
{
border-color: #AF6CA8;
}
</style>