Shades of Violet Blue #A26DA5
Tints of Violet Blue #A26DA5
RGB
CMYK
RGB Variations
Color information
#A26DA5 (or 0xA26DA5) is known color: Violet Blue. HEX triplet: A2, 6D and A5. RGB value is (162,109,165). Sum of RGB (Red+Green+Blue) = 162+109+165=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #A26DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26DA5 is #5D925A. Grayscale: #838383. Windows color (decimal): -6132315 or 10841506. OLE color: 10841506.
HSL color Cylindrical-coordinate representation of color #A26DA5: hue angle of 296.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26DA5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 109 | 165 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.35 |
| HSL | 296.79º | 0.24% | 0.54% | - |
| HSV(B) | 296.79º | 0.34% | 0.65% | - |
| XYZ | 27.16 | 21.34 | 38.28 | - |
| YUV | 131.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 165 | 0.02 | 0.34 | 0 | 0.35 | 296.79 | 0.24 | 0.54 |
| Hex | A2 | 6D | A5 | 2 | 22 | 0 | 23 | 129 | 18 | 36 |
| Octal | 242 | 155 | 245 | 2 | 42 | 0 | 43 | 451 | 30 | 66 |
| Binary | 10100010 | 1101101 | 10100101 | 10 | 100010 | 0 | 100011 | 100101001 | 11000 | 110110 |
Color Harmonies of #A26DA5
Complementary color
Monochromatic Colors of #A26DA5
Black with #A26DA5
Text Example
Text Example
White with #A26DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DA5; }
p { color: rgb(162,109,165); }
H1.HeaderClassName
{
color: #A26DA5;
}
.AnyTagClassName
{
color: #A26DA5;
}
</style>
background-color css
<style>
a { background-color: #A26DA5; }
a { background-color: rgb(162,109,165); }
div.DivClassName
{
background-color: #A26DA5;
}
.BgClassName
{
background-color: #A26DA5;
}
</style>
border-color css
<style>
span { border-color: #A26DA5; }
span { border-color: rgb(162,109,165); }
td.TdClassName
{
border-color: #A26DA5;
}
.TagClassName
{
border-color: #A26DA5;
}
</style>