Shades of Violet Blue #A067AD
Tints of Violet Blue #A067AD
RGB
CMYK
RGB Variations
Color information
#A067AD (or 0xA067AD) is known color: Violet Blue. HEX triplet: A0, 67 and AD. RGB value is (160,103,173). Sum of RGB (Red+Green+Blue) = 160+103+173=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A067AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067AD is #5F9852. Grayscale: #7F7F7F. Windows color (decimal): -6264915 or 11364256. OLE color: 11364256.
HSL color Cylindrical-coordinate representation of color #A067AD: hue angle of 288.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A067AD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 103 | 173 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.32 |
| HSL | 288.86º | 0.3% | 0.54% | - |
| HSV(B) | 288.86º | 0.4% | 0.68% | - |
| XYZ | 26.89 | 20.19 | 42.02 | - |
| YUV | 128.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 173 | 0.08 | 0.40 | 0 | 0.32 | 288.86 | 0.3 | 0.54 |
| Hex | A0 | 67 | AD | 8 | 28 | 0 | 20 | 121 | 1E | 36 |
| Octal | 240 | 147 | 255 | 10 | 50 | 0 | 40 | 441 | 36 | 66 |
| Binary | 10100000 | 1100111 | 10101101 | 1000 | 101000 | 0 | 100000 | 100100001 | 11110 | 110110 |
Color Harmonies of #A067AD
Complementary color
Monochromatic Colors of #A067AD
Black with #A067AD
Text Example
Text Example
White with #A067AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067AD; }
p { color: rgb(160,103,173); }
H1.HeaderClassName
{
color: #A067AD;
}
.AnyTagClassName
{
color: #A067AD;
}
</style>
background-color css
<style>
a { background-color: #A067AD; }
a { background-color: rgb(160,103,173); }
div.DivClassName
{
background-color: #A067AD;
}
.BgClassName
{
background-color: #A067AD;
}
</style>
border-color css
<style>
span { border-color: #A067AD; }
span { border-color: rgb(160,103,173); }
td.TdClassName
{
border-color: #A067AD;
}
.TagClassName
{
border-color: #A067AD;
}
</style>