Shades of Violet Blue #A26597
Tints of Violet Blue #A26597
RGB
CMYK
RGB Variations
Color information
#A26597 (or 0xA26597) is known color: Violet Blue. HEX triplet: A2, 65 and 97. RGB value is (162,101,151). Sum of RGB (Red+Green+Blue) = 162+101+151=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26597 is #5D9A68. Grayscale: #7C7C7C. Windows color (decimal): -6134377 or 9921954. OLE color: 9921954.
HSL color Cylindrical-coordinate representation of color #A26597: hue angle of 310.82º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26597 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 101 | 151 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.36 |
| HSL | 310.82º | 0.25% | 0.52% | - |
| HSV(B) | 310.82º | 0.38% | 0.64% | - |
| XYZ | 25.14 | 19.22 | 31.66 | - |
| YUV | 124.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 151 | 0 | 0.38 | 0.07 | 0.36 | 310.82 | 0.25 | 0.52 |
| Hex | A2 | 65 | 97 | 0 | 26 | 7 | 24 | 137 | 19 | 34 |
| Octal | 242 | 145 | 227 | 0 | 46 | 7 | 44 | 467 | 31 | 64 |
| Binary | 10100010 | 1100101 | 10010111 | 0 | 100110 | 111 | 100100 | 100110111 | 11001 | 110100 |
Color Harmonies of #A26597
Complementary color
Monochromatic Colors of #A26597
Black with #A26597
Text Example
Text Example
White with #A26597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26597; }
p { color: rgb(162,101,151); }
H1.HeaderClassName
{
color: #A26597;
}
.AnyTagClassName
{
color: #A26597;
}
</style>
background-color css
<style>
a { background-color: #A26597; }
a { background-color: rgb(162,101,151); }
div.DivClassName
{
background-color: #A26597;
}
.BgClassName
{
background-color: #A26597;
}
</style>
border-color css
<style>
span { border-color: #A26597; }
span { border-color: rgb(162,101,151); }
td.TdClassName
{
border-color: #A26597;
}
.TagClassName
{
border-color: #A26597;
}
</style>