Shades of Violet Blue #A067A7
Tints of Violet Blue #A067A7
RGB
CMYK
RGB Variations
Color information
#A067A7 (or 0xA067A7) is known color: Violet Blue. HEX triplet: A0, 67 and A7. RGB value is (160,103,167). Sum of RGB (Red+Green+Blue) = 160+103+167=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #A067A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067A7 is #5F9858. Grayscale: #7F7F7F. Windows color (decimal): -6264921 or 10971040. OLE color: 10971040.
HSL color Cylindrical-coordinate representation of color #A067A7: hue angle of 293.44º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A067A7 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 103 | 167 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.35 |
| HSL | 293.44º | 0.27% | 0.53% | - |
| HSV(B) | 293.44º | 0.38% | 0.65% | - |
| XYZ | 26.32 | 19.96 | 39.03 | - |
| YUV | 127.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 167 | 0.04 | 0.38 | 0 | 0.35 | 293.44 | 0.27 | 0.53 |
| Hex | A0 | 67 | A7 | 4 | 26 | 0 | 23 | 125 | 1B | 35 |
| Octal | 240 | 147 | 247 | 4 | 46 | 0 | 43 | 445 | 33 | 65 |
| Binary | 10100000 | 1100111 | 10100111 | 100 | 100110 | 0 | 100011 | 100100101 | 11011 | 110101 |
Color Harmonies of #A067A7
Complementary color
Monochromatic Colors of #A067A7
Black with #A067A7
Text Example
Text Example
White with #A067A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067A7; }
p { color: rgb(160,103,167); }
H1.HeaderClassName
{
color: #A067A7;
}
.AnyTagClassName
{
color: #A067A7;
}
</style>
background-color css
<style>
a { background-color: #A067A7; }
a { background-color: rgb(160,103,167); }
div.DivClassName
{
background-color: #A067A7;
}
.BgClassName
{
background-color: #A067A7;
}
</style>
border-color css
<style>
span { border-color: #A067A7; }
span { border-color: rgb(160,103,167); }
td.TdClassName
{
border-color: #A067A7;
}
.TagClassName
{
border-color: #A067A7;
}
</style>