Shades of Violet Blue #A16593
Tints of Violet Blue #A16593
RGB
CMYK
RGB Variations
Color information
#A16593 (or 0xA16593) is known color: Violet Blue. HEX triplet: A1, 65 and 93. RGB value is (161,101,147). Sum of RGB (Red+Green+Blue) = 161+101+147=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16593 is #5E9A6C. Grayscale: #7C7C7C. Windows color (decimal): -6199917 or 9659809. OLE color: 9659809.
HSL color Cylindrical-coordinate representation of color #A16593: hue angle of 314º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16593 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 147 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.37 |
| HSL | 314º | 0.24% | 0.51% | - |
| HSV(B) | 314º | 0.37% | 0.63% | - |
| XYZ | 24.62 | 18.99 | 29.97 | - |
| YUV | 124.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 147 | 0 | 0.37 | 0.09 | 0.37 | 314 | 0.24 | 0.51 |
| Hex | A1 | 65 | 93 | 0 | 25 | 9 | 25 | 13A | 18 | 33 |
| Octal | 241 | 145 | 223 | 0 | 45 | 11 | 45 | 472 | 30 | 63 |
| Binary | 10100001 | 1100101 | 10010011 | 0 | 100101 | 1001 | 100101 | 100111010 | 11000 | 110011 |
Color Harmonies of #A16593
Complementary color
Monochromatic Colors of #A16593
Black with #A16593
Text Example
Text Example
White with #A16593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16593; }
p { color: rgb(161,101,147); }
H1.HeaderClassName
{
color: #A16593;
}
.AnyTagClassName
{
color: #A16593;
}
</style>
background-color css
<style>
a { background-color: #A16593; }
a { background-color: rgb(161,101,147); }
div.DivClassName
{
background-color: #A16593;
}
.BgClassName
{
background-color: #A16593;
}
</style>
border-color css
<style>
span { border-color: #A16593; }
span { border-color: rgb(161,101,147); }
td.TdClassName
{
border-color: #A16593;
}
.TagClassName
{
border-color: #A16593;
}
</style>