Shades of Violet Blue #A26D9E
Tints of Violet Blue #A26D9E
RGB
CMYK
RGB Variations
Color information
#A26D9E (or 0xA26D9E) is known color: Violet Blue. HEX triplet: A2, 6D and 9E. RGB value is (162,109,158). Sum of RGB (Red+Green+Blue) = 162+109+158=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D9E is #5D9261. Grayscale: #828282. Windows color (decimal): -6132322 or 10382754. OLE color: 10382754.
HSL color Cylindrical-coordinate representation of color #A26D9E: hue angle of 304.53º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26D9E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 158 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.36 |
| HSL | 304.53º | 0.22% | 0.53% | - |
| HSV(B) | 304.53º | 0.33% | 0.64% | - |
| XYZ | 26.54 | 21.09 | 35.02 | - |
| YUV | 130.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 158 | 0 | 0.33 | 0.02 | 0.36 | 304.53 | 0.22 | 0.53 |
| Hex | A2 | 6D | 9E | 0 | 21 | 2 | 24 | 131 | 16 | 35 |
| Octal | 242 | 155 | 236 | 0 | 41 | 2 | 44 | 461 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10011110 | 0 | 100001 | 10 | 100100 | 100110001 | 10110 | 110101 |
Color Harmonies of #A26D9E
Complementary color
Monochromatic Colors of #A26D9E
Black with #A26D9E
Text Example
Text Example
White with #A26D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D9E; }
p { color: rgb(162,109,158); }
H1.HeaderClassName
{
color: #A26D9E;
}
.AnyTagClassName
{
color: #A26D9E;
}
</style>
background-color css
<style>
a { background-color: #A26D9E; }
a { background-color: rgb(162,109,158); }
div.DivClassName
{
background-color: #A26D9E;
}
.BgClassName
{
background-color: #A26D9E;
}
</style>
border-color css
<style>
span { border-color: #A26D9E; }
span { border-color: rgb(162,109,158); }
td.TdClassName
{
border-color: #A26D9E;
}
.TagClassName
{
border-color: #A26D9E;
}
</style>