Shades of Violet Blue #A26D99
Tints of Violet Blue #A26D99
RGB
CMYK
RGB Variations
Color information
#A26D99 (or 0xA26D99) is known color: Violet Blue. HEX triplet: A2, 6D and 99. RGB value is (162,109,153). Sum of RGB (Red+Green+Blue) = 162+109+153=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26D99 is #5D9266. Grayscale: #818181. Windows color (decimal): -6132327 or 10055074. OLE color: 10055074.
HSL color Cylindrical-coordinate representation of color #A26D99: hue angle of 310.19º 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 #A26D99 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 153 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.36 |
| HSL | 310.19º | 0.22% | 0.53% | - |
| HSV(B) | 310.19º | 0.33% | 0.64% | - |
| XYZ | 26.12 | 20.92 | 32.8 | - |
| YUV | 129.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 153 | 0 | 0.33 | 0.06 | 0.36 | 310.19 | 0.22 | 0.53 |
| Hex | A2 | 6D | 99 | 0 | 21 | 6 | 24 | 136 | 16 | 35 |
| Octal | 242 | 155 | 231 | 0 | 41 | 6 | 44 | 466 | 26 | 65 |
| Binary | 10100010 | 1101101 | 10011001 | 0 | 100001 | 110 | 100100 | 100110110 | 10110 | 110101 |
Color Harmonies of #A26D99
Complementary color
Monochromatic Colors of #A26D99
Black with #A26D99
Text Example
Text Example
White with #A26D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D99; }
p { color: rgb(162,109,153); }
H1.HeaderClassName
{
color: #A26D99;
}
.AnyTagClassName
{
color: #A26D99;
}
</style>
background-color css
<style>
a { background-color: #A26D99; }
a { background-color: rgb(162,109,153); }
div.DivClassName
{
background-color: #A26D99;
}
.BgClassName
{
background-color: #A26D99;
}
</style>
border-color css
<style>
span { border-color: #A26D99; }
span { border-color: rgb(162,109,153); }
td.TdClassName
{
border-color: #A26D99;
}
.TagClassName
{
border-color: #A26D99;
}
</style>