Shades of Violet Blue #A2699B
Tints of Violet Blue #A2699B
RGB
CMYK
RGB Variations
Color information
#A2699B (or 0xA2699B) is known color: Violet Blue. HEX triplet: A2, 69 and 9B. RGB value is (162,105,155). Sum of RGB (Red+Green+Blue) = 162+105+155=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2699B is #5D9664. Grayscale: #7F7F7F. Windows color (decimal): -6133349 or 10185122. OLE color: 10185122.
HSL color Cylindrical-coordinate representation of color #A2699B: hue angle of 307.37º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2699B is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 155 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.36 |
| HSL | 307.37º | 0.23% | 0.52% | - |
| HSV(B) | 307.37º | 0.35% | 0.64% | - |
| XYZ | 25.87 | 20.15 | 33.54 | - |
| YUV | 127.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 155 | 0 | 0.35 | 0.04 | 0.36 | 307.37 | 0.23 | 0.52 |
| Hex | A2 | 69 | 9B | 0 | 23 | 4 | 24 | 133 | 17 | 34 |
| Octal | 242 | 151 | 233 | 0 | 43 | 4 | 44 | 463 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10011011 | 0 | 100011 | 100 | 100100 | 100110011 | 10111 | 110100 |
Color Harmonies of #A2699B
Complementary color
Monochromatic Colors of #A2699B
Black with #A2699B
Text Example
Text Example
White with #A2699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2699B; }
p { color: rgb(162,105,155); }
H1.HeaderClassName
{
color: #A2699B;
}
.AnyTagClassName
{
color: #A2699B;
}
</style>
background-color css
<style>
a { background-color: #A2699B; }
a { background-color: rgb(162,105,155); }
div.DivClassName
{
background-color: #A2699B;
}
.BgClassName
{
background-color: #A2699B;
}
</style>
border-color css
<style>
span { border-color: #A2699B; }
span { border-color: rgb(162,105,155); }
td.TdClassName
{
border-color: #A2699B;
}
.TagClassName
{
border-color: #A2699B;
}
</style>