Shades of Violet Blue #A167AD
Tints of Violet Blue #A167AD
RGB
CMYK
RGB Variations
Color information
#A167AD (or 0xA167AD) is known color: Violet Blue. HEX triplet: A1, 67 and AD. RGB value is (161,103,173). Sum of RGB (Red+Green+Blue) = 161+103+173=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A167AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A167AD is #5E9852. Grayscale: #808080. Windows color (decimal): -6199379 or 11364257. OLE color: 11364257.
HSL color Cylindrical-coordinate representation of color #A167AD: hue angle of 289.71º 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 #A167AD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 103 | 173 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.32 |
| HSL | 289.71º | 0.3% | 0.54% | - |
| HSV(B) | 289.71º | 0.4% | 0.68% | - |
| XYZ | 27.09 | 20.29 | 42.02 | - |
| YUV | 128.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 173 | 0.07 | 0.40 | 0 | 0.32 | 289.71 | 0.3 | 0.54 |
| Hex | A1 | 67 | AD | 7 | 28 | 0 | 20 | 122 | 1E | 36 |
| Octal | 241 | 147 | 255 | 7 | 50 | 0 | 40 | 442 | 36 | 66 |
| Binary | 10100001 | 1100111 | 10101101 | 111 | 101000 | 0 | 100000 | 100100010 | 11110 | 110110 |
Color Harmonies of #A167AD
Complementary color
Monochromatic Colors of #A167AD
Black with #A167AD
Text Example
Text Example
White with #A167AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167AD; }
p { color: rgb(161,103,173); }
H1.HeaderClassName
{
color: #A167AD;
}
.AnyTagClassName
{
color: #A167AD;
}
</style>
background-color css
<style>
a { background-color: #A167AD; }
a { background-color: rgb(161,103,173); }
div.DivClassName
{
background-color: #A167AD;
}
.BgClassName
{
background-color: #A167AD;
}
</style>
border-color css
<style>
span { border-color: #A167AD; }
span { border-color: rgb(161,103,173); }
td.TdClassName
{
border-color: #A167AD;
}
.TagClassName
{
border-color: #A167AD;
}
</style>