Shades of Violet Blue #A26AA1
Tints of Violet Blue #A26AA1
RGB
CMYK
RGB Variations
Color information
#A26AA1 (or 0xA26AA1) is known color: Violet Blue. HEX triplet: A2, 6A and A1. RGB value is (162,106,161). Sum of RGB (Red+Green+Blue) = 162+106+161=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A26AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26AA1 is #5D955E. Grayscale: #808080. Windows color (decimal): -6133087 or 10578594. OLE color: 10578594.
HSL color Cylindrical-coordinate representation of color #A26AA1: hue angle of 301.07º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26AA1 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 106 | 161 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.36 |
| HSL | 301.07º | 0.23% | 0.53% | - |
| HSV(B) | 301.07º | 0.35% | 0.64% | - |
| XYZ | 26.49 | 20.56 | 36.29 | - |
| YUV | 129.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 161 | 0 | 0.35 | 0.01 | 0.36 | 301.07 | 0.23 | 0.53 |
| Hex | A2 | 6A | A1 | 0 | 23 | 1 | 24 | 12D | 17 | 35 |
| Octal | 242 | 152 | 241 | 0 | 43 | 1 | 44 | 455 | 27 | 65 |
| Binary | 10100010 | 1101010 | 10100001 | 0 | 100011 | 1 | 100100 | 100101101 | 10111 | 110101 |
Color Harmonies of #A26AA1
Complementary color
Monochromatic Colors of #A26AA1
Black with #A26AA1
Text Example
Text Example
White with #A26AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26AA1; }
p { color: rgb(162,106,161); }
H1.HeaderClassName
{
color: #A26AA1;
}
.AnyTagClassName
{
color: #A26AA1;
}
</style>
background-color css
<style>
a { background-color: #A26AA1; }
a { background-color: rgb(162,106,161); }
div.DivClassName
{
background-color: #A26AA1;
}
.BgClassName
{
background-color: #A26AA1;
}
</style>
border-color css
<style>
span { border-color: #A26AA1; }
span { border-color: rgb(162,106,161); }
td.TdClassName
{
border-color: #A26AA1;
}
.TagClassName
{
border-color: #A26AA1;
}
</style>