Shades of Violet Blue #A26EAB
Tints of Violet Blue #A26EAB
RGB
CMYK
RGB Variations
Color information
#A26EAB (or 0xA26EAB) is known color: Violet Blue. HEX triplet: A2, 6E and AB. RGB value is (162,110,171). Sum of RGB (Red+Green+Blue) = 162+110+171=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A26EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EAB is #5D9154. Grayscale: #848484. Windows color (decimal): -6132053 or 11234978. OLE color: 11234978.
HSL color Cylindrical-coordinate representation of color #A26EAB: hue angle of 291.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26EAB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 110 | 171 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.33 |
| HSL | 291.15º | 0.27% | 0.55% | - |
| HSV(B) | 291.15º | 0.36% | 0.67% | - |
| XYZ | 27.83 | 21.77 | 41.26 | - |
| YUV | 132.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 171 | 0.05 | 0.36 | 0 | 0.33 | 291.15 | 0.27 | 0.55 |
| Hex | A2 | 6E | AB | 5 | 24 | 0 | 21 | 123 | 1B | 37 |
| Octal | 242 | 156 | 253 | 5 | 44 | 0 | 41 | 443 | 33 | 67 |
| Binary | 10100010 | 1101110 | 10101011 | 101 | 100100 | 0 | 100001 | 100100011 | 11011 | 110111 |
Color Harmonies of #A26EAB
Complementary color
Monochromatic Colors of #A26EAB
Black with #A26EAB
Text Example
Text Example
White with #A26EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26EAB; }
p { color: rgb(162,110,171); }
H1.HeaderClassName
{
color: #A26EAB;
}
.AnyTagClassName
{
color: #A26EAB;
}
</style>
background-color css
<style>
a { background-color: #A26EAB; }
a { background-color: rgb(162,110,171); }
div.DivClassName
{
background-color: #A26EAB;
}
.BgClassName
{
background-color: #A26EAB;
}
</style>
border-color css
<style>
span { border-color: #A26EAB; }
span { border-color: rgb(162,110,171); }
td.TdClassName
{
border-color: #A26EAB;
}
.TagClassName
{
border-color: #A26EAB;
}
</style>