Shades of Violet Blue #A26EA1
Tints of Violet Blue #A26EA1
RGB
CMYK
RGB Variations
Color information
#A26EA1 (or 0xA26EA1) is known color: Violet Blue. HEX triplet: A2, 6E and A1. RGB value is (162,110,161). Sum of RGB (Red+Green+Blue) = 162+110+161=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A26EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EA1 is #5D915E. Grayscale: #838383. Windows color (decimal): -6132063 or 10579618. OLE color: 10579618.
HSL color Cylindrical-coordinate representation of color #A26EA1: hue angle of 301.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A26EA1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 110 | 161 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.36 |
| HSL | 301.15º | 0.22% | 0.53% | - |
| HSV(B) | 301.15º | 0.32% | 0.64% | - |
| XYZ | 26.91 | 21.41 | 36.43 | - |
| YUV | 131.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 161 | 0 | 0.32 | 0.01 | 0.36 | 301.15 | 0.22 | 0.53 |
| Hex | A2 | 6E | A1 | 0 | 20 | 1 | 24 | 12D | 16 | 35 |
| Octal | 242 | 156 | 241 | 0 | 40 | 1 | 44 | 455 | 26 | 65 |
| Binary | 10100010 | 1101110 | 10100001 | 0 | 100000 | 1 | 100100 | 100101101 | 10110 | 110101 |
Color Harmonies of #A26EA1
Complementary color
Monochromatic Colors of #A26EA1
Black with #A26EA1
Text Example
Text Example
White with #A26EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EA1; }
p { color: rgb(162,110,161); }
H1.HeaderClassName
{
color: #A26EA1;
}
.AnyTagClassName
{
color: #A26EA1;
}
</style>
background-color css
<style>
a { background-color: #A26EA1; }
a { background-color: rgb(162,110,161); }
div.DivClassName
{
background-color: #A26EA1;
}
.BgClassName
{
background-color: #A26EA1;
}
</style>
border-color css
<style>
span { border-color: #A26EA1; }
span { border-color: rgb(162,110,161); }
td.TdClassName
{
border-color: #A26EA1;
}
.TagClassName
{
border-color: #A26EA1;
}
</style>