Shades of Violet Blue #A069A7
Tints of Violet Blue #A069A7
RGB
CMYK
RGB Variations
Color information
#A069A7 (or 0xA069A7) is known color: Violet Blue. HEX triplet: A0, 69 and A7. RGB value is (160,105,167). Sum of RGB (Red+Green+Blue) = 160+105+167=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 167 - color contains mainly: blue. Hex color #A069A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069A7 is #5F9658. Grayscale: #808080. Windows color (decimal): -6264409 or 10971552. OLE color: 10971552.
HSL color Cylindrical-coordinate representation of color #A069A7: hue angle of 293.23º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A069A7 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 105 | 167 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.35 |
| HSL | 293.23º | 0.26% | 0.53% | - |
| HSV(B) | 293.23º | 0.37% | 0.65% | - |
| XYZ | 26.52 | 20.37 | 39.09 | - |
| YUV | 128.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 167 | 0.04 | 0.37 | 0 | 0.35 | 293.23 | 0.26 | 0.53 |
| Hex | A0 | 69 | A7 | 4 | 25 | 0 | 23 | 125 | 1A | 35 |
| Octal | 240 | 151 | 247 | 4 | 45 | 0 | 43 | 445 | 32 | 65 |
| Binary | 10100000 | 1101001 | 10100111 | 100 | 100101 | 0 | 100011 | 100100101 | 11010 | 110101 |
Color Harmonies of #A069A7
Complementary color
Monochromatic Colors of #A069A7
Black with #A069A7
Text Example
Text Example
White with #A069A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069A7; }
p { color: rgb(160,105,167); }
H1.HeaderClassName
{
color: #A069A7;
}
.AnyTagClassName
{
color: #A069A7;
}
</style>
background-color css
<style>
a { background-color: #A069A7; }
a { background-color: rgb(160,105,167); }
div.DivClassName
{
background-color: #A069A7;
}
.BgClassName
{
background-color: #A069A7;
}
</style>
border-color css
<style>
span { border-color: #A069A7; }
span { border-color: rgb(160,105,167); }
td.TdClassName
{
border-color: #A069A7;
}
.TagClassName
{
border-color: #A069A7;
}
</style>