Shades of Violet Blue #A26FA9
Tints of Violet Blue #A26FA9
RGB
CMYK
RGB Variations
Color information
#A26FA9 (or 0xA26FA9) is known color: Violet Blue. HEX triplet: A2, 6F and A9. RGB value is (162,111,169). Sum of RGB (Red+Green+Blue) = 162+111+169=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 169 - color contains mainly: blue. Hex color #A26FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26FA9 is #5D9056. Grayscale: #848484. Windows color (decimal): -6131799 or 11104162. OLE color: 11104162.
HSL color Cylindrical-coordinate representation of color #A26FA9: hue angle of 292.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26FA9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 111 | 169 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.34 |
| HSL | 292.76º | 0.25% | 0.55% | - |
| HSV(B) | 292.76º | 0.34% | 0.66% | - |
| XYZ | 27.75 | 21.91 | 40.3 | - |
| YUV | 132.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 169 | 0.04 | 0.34 | 0 | 0.34 | 292.76 | 0.25 | 0.55 |
| Hex | A2 | 6F | A9 | 4 | 22 | 0 | 22 | 125 | 19 | 37 |
| Octal | 242 | 157 | 251 | 4 | 42 | 0 | 42 | 445 | 31 | 67 |
| Binary | 10100010 | 1101111 | 10101001 | 100 | 100010 | 0 | 100010 | 100100101 | 11001 | 110111 |
Color Harmonies of #A26FA9
Complementary color
Monochromatic Colors of #A26FA9
Black with #A26FA9
Text Example
Text Example
White with #A26FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FA9; }
p { color: rgb(162,111,169); }
H1.HeaderClassName
{
color: #A26FA9;
}
.AnyTagClassName
{
color: #A26FA9;
}
</style>
background-color css
<style>
a { background-color: #A26FA9; }
a { background-color: rgb(162,111,169); }
div.DivClassName
{
background-color: #A26FA9;
}
.BgClassName
{
background-color: #A26FA9;
}
</style>
border-color css
<style>
span { border-color: #A26FA9; }
span { border-color: rgb(162,111,169); }
td.TdClassName
{
border-color: #A26FA9;
}
.TagClassName
{
border-color: #A26FA9;
}
</style>