Shades of Violet Blue #A67AAA
Tints of Violet Blue #A67AAA
RGB
CMYK
RGB Variations
Color information
#A67AAA (or 0xA67AAA) is known color: Violet Blue. HEX triplet: A6, 7A and AA. RGB value is (166,122,170). Sum of RGB (Red+Green+Blue) = 166+122+170=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67AAA is #598555. Grayscale: #8C8C8C. Windows color (decimal): -5866838 or 11172518. OLE color: 11172518.
HSL color Cylindrical-coordinate representation of color #A67AAA: hue angle of 295º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67AAA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 122 | 170 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.33 |
| HSL | 295º | 0.22% | 0.57% | - |
| HSV(B) | 295º | 0.28% | 0.67% | - |
| XYZ | 29.94 | 24.93 | 41.26 | - |
| YUV | 140.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 170 | 0.02 | 0.28 | 0 | 0.33 | 295 | 0.22 | 0.57 |
| Hex | A6 | 7A | AA | 2 | 1C | 0 | 21 | 127 | 16 | 39 |
| Octal | 246 | 172 | 252 | 2 | 34 | 0 | 41 | 447 | 26 | 71 |
| Binary | 10100110 | 1111010 | 10101010 | 10 | 11100 | 0 | 100001 | 100100111 | 10110 | 111001 |
Color Harmonies of #A67AAA
Complementary color
Monochromatic Colors of #A67AAA
Black with #A67AAA
Text Example
Text Example
White with #A67AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AAA; }
p { color: rgb(166,122,170); }
H1.HeaderClassName
{
color: #A67AAA;
}
.AnyTagClassName
{
color: #A67AAA;
}
</style>
background-color css
<style>
a { background-color: #A67AAA; }
a { background-color: rgb(166,122,170); }
div.DivClassName
{
background-color: #A67AAA;
}
.BgClassName
{
background-color: #A67AAA;
}
</style>
border-color css
<style>
span { border-color: #A67AAA; }
span { border-color: rgb(166,122,170); }
td.TdClassName
{
border-color: #A67AAA;
}
.TagClassName
{
border-color: #A67AAA;
}
</style>