Shades of Violet Blue #A06FA8
Tints of Violet Blue #A06FA8
RGB
CMYK
RGB Variations
Color information
#A06FA8 (or 0xA06FA8) is known color: Violet Blue. HEX triplet: A0, 6F and A8. RGB value is (160,111,168). Sum of RGB (Red+Green+Blue) = 160+111+168=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #A06FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FA8 is #5F9057. Grayscale: #838383. Windows color (decimal): -6262872 or 11038624. OLE color: 11038624.
HSL color Cylindrical-coordinate representation of color #A06FA8: hue angle of 291.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06FA8 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 111 | 168 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.34 |
| HSL | 291.58º | 0.25% | 0.55% | - |
| HSV(B) | 291.58º | 0.34% | 0.66% | - |
| XYZ | 27.25 | 21.67 | 39.79 | - |
| YUV | 132.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 168 | 0.05 | 0.34 | 0 | 0.34 | 291.58 | 0.25 | 0.55 |
| Hex | A0 | 6F | A8 | 5 | 22 | 0 | 22 | 124 | 19 | 37 |
| Octal | 240 | 157 | 250 | 5 | 42 | 0 | 42 | 444 | 31 | 67 |
| Binary | 10100000 | 1101111 | 10101000 | 101 | 100010 | 0 | 100010 | 100100100 | 11001 | 110111 |
Color Harmonies of #A06FA8
Complementary color
Monochromatic Colors of #A06FA8
Black with #A06FA8
Text Example
Text Example
White with #A06FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FA8; }
p { color: rgb(160,111,168); }
H1.HeaderClassName
{
color: #A06FA8;
}
.AnyTagClassName
{
color: #A06FA8;
}
</style>
background-color css
<style>
a { background-color: #A06FA8; }
a { background-color: rgb(160,111,168); }
div.DivClassName
{
background-color: #A06FA8;
}
.BgClassName
{
background-color: #A06FA8;
}
</style>
border-color css
<style>
span { border-color: #A06FA8; }
span { border-color: rgb(160,111,168); }
td.TdClassName
{
border-color: #A06FA8;
}
.TagClassName
{
border-color: #A06FA8;
}
</style>