Shades of Violet Blue #A2689E
Tints of Violet Blue #A2689E
RGB
CMYK
RGB Variations
Color information
#A2689E (or 0xA2689E) is known color: Violet Blue. HEX triplet: A2, 68 and 9E. RGB value is (162,104,158). Sum of RGB (Red+Green+Blue) = 162+104+158=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2689E is #5D9761. Grayscale: #7F7F7F. Windows color (decimal): -6133602 or 10381474. OLE color: 10381474.
HSL color Cylindrical-coordinate representation of color #A2689E: hue angle of 304.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2689E is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 158 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.36 |
| HSL | 304.14º | 0.24% | 0.52% | - |
| HSV(B) | 304.14º | 0.36% | 0.64% | - |
| XYZ | 26.02 | 20.05 | 34.85 | - |
| YUV | 127.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 158 | 0 | 0.36 | 0.02 | 0.36 | 304.14 | 0.24 | 0.52 |
| Hex | A2 | 68 | 9E | 0 | 24 | 2 | 24 | 130 | 18 | 34 |
| Octal | 242 | 150 | 236 | 0 | 44 | 2 | 44 | 460 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10011110 | 0 | 100100 | 10 | 100100 | 100110000 | 11000 | 110100 |
Color Harmonies of #A2689E
Complementary color
Monochromatic Colors of #A2689E
Black with #A2689E
Text Example
Text Example
White with #A2689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2689E; }
p { color: rgb(162,104,158); }
H1.HeaderClassName
{
color: #A2689E;
}
.AnyTagClassName
{
color: #A2689E;
}
</style>
background-color css
<style>
a { background-color: #A2689E; }
a { background-color: rgb(162,104,158); }
div.DivClassName
{
background-color: #A2689E;
}
.BgClassName
{
background-color: #A2689E;
}
</style>
border-color css
<style>
span { border-color: #A2689E; }
span { border-color: rgb(162,104,158); }
td.TdClassName
{
border-color: #A2689E;
}
.TagClassName
{
border-color: #A2689E;
}
</style>