Shades of Violet Blue #A06FA5
Tints of Violet Blue #A06FA5
RGB
CMYK
RGB Variations
Color information
#A06FA5 (or 0xA06FA5) is known color: Violet Blue. HEX triplet: A0, 6F and A5. RGB value is (160,111,165). Sum of RGB (Red+Green+Blue) = 160+111+165=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #A06FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FA5 is #5F905A. Grayscale: #838383. Windows color (decimal): -6262875 or 10842016. OLE color: 10842016.
HSL color Cylindrical-coordinate representation of color #A06FA5: hue angle of 294.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06FA5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 111 | 165 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.35 |
| HSL | 294.44º | 0.23% | 0.54% | - |
| HSV(B) | 294.44º | 0.33% | 0.65% | - |
| XYZ | 26.97 | 21.56 | 38.34 | - |
| YUV | 131.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 165 | 0.03 | 0.33 | 0 | 0.35 | 294.44 | 0.23 | 0.54 |
| Hex | A0 | 6F | A5 | 3 | 21 | 0 | 23 | 126 | 17 | 36 |
| Octal | 240 | 157 | 245 | 3 | 41 | 0 | 43 | 446 | 27 | 66 |
| Binary | 10100000 | 1101111 | 10100101 | 11 | 100001 | 0 | 100011 | 100100110 | 10111 | 110110 |
Color Harmonies of #A06FA5
Complementary color
Monochromatic Colors of #A06FA5
Black with #A06FA5
Text Example
Text Example
White with #A06FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FA5; }
p { color: rgb(160,111,165); }
H1.HeaderClassName
{
color: #A06FA5;
}
.AnyTagClassName
{
color: #A06FA5;
}
</style>
background-color css
<style>
a { background-color: #A06FA5; }
a { background-color: rgb(160,111,165); }
div.DivClassName
{
background-color: #A06FA5;
}
.BgClassName
{
background-color: #A06FA5;
}
</style>
border-color css
<style>
span { border-color: #A06FA5; }
span { border-color: rgb(160,111,165); }
td.TdClassName
{
border-color: #A06FA5;
}
.TagClassName
{
border-color: #A06FA5;
}
</style>