Shades of Violet Blue #A26BAB
Tints of Violet Blue #A26BAB
RGB
CMYK
RGB Variations
Color information
#A26BAB (or 0xA26BAB) is known color: Violet Blue. HEX triplet: A2, 6B and AB. RGB value is (162,107,171). Sum of RGB (Red+Green+Blue) = 162+107+171=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A26BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26BAB is #5D9454. Grayscale: #828282. Windows color (decimal): -6132821 or 11234210. OLE color: 11234210.
HSL color Cylindrical-coordinate representation of color #A26BAB: hue angle of 291.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A26BAB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 107 | 171 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.33 |
| HSL | 291.56º | 0.28% | 0.55% | - |
| HSV(B) | 291.56º | 0.37% | 0.67% | - |
| XYZ | 27.51 | 21.14 | 41.16 | - |
| YUV | 130.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 171 | 0.05 | 0.37 | 0 | 0.33 | 291.56 | 0.28 | 0.55 |
| Hex | A2 | 6B | AB | 5 | 25 | 0 | 21 | 124 | 1C | 37 |
| Octal | 242 | 153 | 253 | 5 | 45 | 0 | 41 | 444 | 34 | 67 |
| Binary | 10100010 | 1101011 | 10101011 | 101 | 100101 | 0 | 100001 | 100100100 | 11100 | 110111 |
Color Harmonies of #A26BAB
Complementary color
Monochromatic Colors of #A26BAB
Black with #A26BAB
Text Example
Text Example
White with #A26BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BAB; }
p { color: rgb(162,107,171); }
H1.HeaderClassName
{
color: #A26BAB;
}
.AnyTagClassName
{
color: #A26BAB;
}
</style>
background-color css
<style>
a { background-color: #A26BAB; }
a { background-color: rgb(162,107,171); }
div.DivClassName
{
background-color: #A26BAB;
}
.BgClassName
{
background-color: #A26BAB;
}
</style>
border-color css
<style>
span { border-color: #A26BAB; }
span { border-color: rgb(162,107,171); }
td.TdClassName
{
border-color: #A26BAB;
}
.TagClassName
{
border-color: #A26BAB;
}
</style>