Shades of Violet Blue #A767AA
Tints of Violet Blue #A767AA
RGB
CMYK
RGB Variations
Color information
#A767AA (or 0xA767AA) is known color: Violet Blue. HEX triplet: A7, 67 and AA. RGB value is (167,103,170). Sum of RGB (Red+Green+Blue) = 167+103+170=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A767AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AA is #589855. Grayscale: #818181. Windows color (decimal): -5806166 or 11167655. OLE color: 11167655.
HSL color Cylindrical-coordinate representation of color #A767AA: hue angle of 297.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A767AA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 103 | 170 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.33 |
| HSL | 297.31º | 0.28% | 0.54% | - |
| HSV(B) | 297.31º | 0.39% | 0.67% | - |
| XYZ | 28.04 | 20.82 | 40.57 | - |
| YUV | 129.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 170 | 0.02 | 0.39 | 0 | 0.33 | 297.31 | 0.28 | 0.54 |
| Hex | A7 | 67 | AA | 2 | 27 | 0 | 21 | 129 | 1C | 36 |
| Octal | 247 | 147 | 252 | 2 | 47 | 0 | 41 | 451 | 34 | 66 |
| Binary | 10100111 | 1100111 | 10101010 | 10 | 100111 | 0 | 100001 | 100101001 | 11100 | 110110 |
Color Harmonies of #A767AA
Complementary color
Monochromatic Colors of #A767AA
Black with #A767AA
Text Example
Text Example
White with #A767AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767AA; }
p { color: rgb(167,103,170); }
H1.HeaderClassName
{
color: #A767AA;
}
.AnyTagClassName
{
color: #A767AA;
}
</style>
background-color css
<style>
a { background-color: #A767AA; }
a { background-color: rgb(167,103,170); }
div.DivClassName
{
background-color: #A767AA;
}
.BgClassName
{
background-color: #A767AA;
}
</style>
border-color css
<style>
span { border-color: #A767AA; }
span { border-color: rgb(167,103,170); }
td.TdClassName
{
border-color: #A767AA;
}
.TagClassName
{
border-color: #A767AA;
}
</style>