Shades of Violet Blue #A067A9
Tints of Violet Blue #A067A9
RGB
CMYK
RGB Variations
Color information
#A067A9 (or 0xA067A9) is known color: Violet Blue. HEX triplet: A0, 67 and A9. RGB value is (160,103,169). Sum of RGB (Red+Green+Blue) = 160+103+169=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 169 - color contains mainly: blue. Hex color #A067A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067A9 is #5F9856. Grayscale: #7F7F7F. Windows color (decimal): -6264919 or 11102112. OLE color: 11102112.
HSL color Cylindrical-coordinate representation of color #A067A9: hue angle of 291.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A067A9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 103 | 169 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.34 |
| HSL | 291.82º | 0.28% | 0.53% | - |
| HSV(B) | 291.82º | 0.39% | 0.66% | - |
| XYZ | 26.51 | 20.04 | 40.01 | - |
| YUV | 127.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 169 | 0.05 | 0.39 | 0 | 0.34 | 291.82 | 0.28 | 0.53 |
| Hex | A0 | 67 | A9 | 5 | 27 | 0 | 22 | 124 | 1C | 35 |
| Octal | 240 | 147 | 251 | 5 | 47 | 0 | 42 | 444 | 34 | 65 |
| Binary | 10100000 | 1100111 | 10101001 | 101 | 100111 | 0 | 100010 | 100100100 | 11100 | 110101 |
Color Harmonies of #A067A9
Complementary color
Monochromatic Colors of #A067A9
Black with #A067A9
Text Example
Text Example
White with #A067A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067A9; }
p { color: rgb(160,103,169); }
H1.HeaderClassName
{
color: #A067A9;
}
.AnyTagClassName
{
color: #A067A9;
}
</style>
background-color css
<style>
a { background-color: #A067A9; }
a { background-color: rgb(160,103,169); }
div.DivClassName
{
background-color: #A067A9;
}
.BgClassName
{
background-color: #A067A9;
}
</style>
border-color css
<style>
span { border-color: #A067A9; }
span { border-color: rgb(160,103,169); }
td.TdClassName
{
border-color: #A067A9;
}
.TagClassName
{
border-color: #A067A9;
}
</style>