Shades of Violet Blue #A061A1
Tints of Violet Blue #A061A1
RGB
CMYK
RGB Variations
Color information
#A061A1 (or 0xA061A1) is known color: Violet Blue. HEX triplet: A0, 61 and A1. RGB value is (160,97,161). Sum of RGB (Red+Green+Blue) = 160+97+161=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #A061A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A061A1 is #5F9E5E. Grayscale: #7A7A7A. Windows color (decimal): -6266463 or 10576288. OLE color: 10576288.
HSL color Cylindrical-coordinate representation of color #A061A1: hue angle of 299.06º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A061A1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 161 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.37 |
| HSL | 299.06º | 0.25% | 0.51% | - |
| HSV(B) | 299.06º | 0.4% | 0.63% | - |
| XYZ | 25.2 | 18.6 | 35.98 | - |
| YUV | 123.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 161 | 0.01 | 0.40 | 0 | 0.37 | 299.06 | 0.25 | 0.51 |
| Hex | A0 | 61 | A1 | 1 | 28 | 0 | 25 | 12B | 19 | 33 |
| Octal | 240 | 141 | 241 | 1 | 50 | 0 | 45 | 453 | 31 | 63 |
| Binary | 10100000 | 1100001 | 10100001 | 1 | 101000 | 0 | 100101 | 100101011 | 11001 | 110011 |
Color Harmonies of #A061A1
Complementary color
Monochromatic Colors of #A061A1
Black with #A061A1
Text Example
Text Example
White with #A061A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A061A1; }
p { color: rgb(160,97,161); }
H1.HeaderClassName
{
color: #A061A1;
}
.AnyTagClassName
{
color: #A061A1;
}
</style>
background-color css
<style>
a { background-color: #A061A1; }
a { background-color: rgb(160,97,161); }
div.DivClassName
{
background-color: #A061A1;
}
.BgClassName
{
background-color: #A061A1;
}
</style>
border-color css
<style>
span { border-color: #A061A1; }
span { border-color: rgb(160,97,161); }
td.TdClassName
{
border-color: #A061A1;
}
.TagClassName
{
border-color: #A061A1;
}
</style>