Shades of Violet Blue #A165AC
Tints of Violet Blue #A165AC
RGB
CMYK
RGB Variations
Color information
#A165AC (or 0xA165AC) is known color: Violet Blue. HEX triplet: A1, 65 and AC. RGB value is (161,101,172). Sum of RGB (Red+Green+Blue) = 161+101+172=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A165AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165AC is #5E9A53. Grayscale: #7E7E7E. Windows color (decimal): -6199892 or 11298209. OLE color: 11298209.
HSL color Cylindrical-coordinate representation of color #A165AC: hue angle of 290.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A165AC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 101 | 172 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.33 |
| HSL | 290.7º | 0.3% | 0.54% | - |
| HSV(B) | 290.7º | 0.41% | 0.67% | - |
| XYZ | 26.8 | 19.86 | 41.45 | - |
| YUV | 127.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 172 | 0.06 | 0.41 | 0 | 0.33 | 290.7 | 0.3 | 0.54 |
| Hex | A1 | 65 | AC | 6 | 29 | 0 | 21 | 123 | 1E | 36 |
| Octal | 241 | 145 | 254 | 6 | 51 | 0 | 41 | 443 | 36 | 66 |
| Binary | 10100001 | 1100101 | 10101100 | 110 | 101001 | 0 | 100001 | 100100011 | 11110 | 110110 |
Color Harmonies of #A165AC
Complementary color
Monochromatic Colors of #A165AC
Black with #A165AC
Text Example
Text Example
White with #A165AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A165AC; }
p { color: rgb(161,101,172); }
H1.HeaderClassName
{
color: #A165AC;
}
.AnyTagClassName
{
color: #A165AC;
}
</style>
background-color css
<style>
a { background-color: #A165AC; }
a { background-color: rgb(161,101,172); }
div.DivClassName
{
background-color: #A165AC;
}
.BgClassName
{
background-color: #A165AC;
}
</style>
border-color css
<style>
span { border-color: #A165AC; }
span { border-color: rgb(161,101,172); }
td.TdClassName
{
border-color: #A165AC;
}
.TagClassName
{
border-color: #A165AC;
}
</style>