Shades of Violet Blue #A2679A
Tints of Violet Blue #A2679A
RGB
CMYK
RGB Variations
Color information
#A2679A (or 0xA2679A) is known color: Violet Blue. HEX triplet: A2, 67 and 9A. RGB value is (162,103,154). Sum of RGB (Red+Green+Blue) = 162+103+154=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2679A is #5D9865. Grayscale: #7E7E7E. Windows color (decimal): -6133862 or 10119074. OLE color: 10119074.
HSL color Cylindrical-coordinate representation of color #A2679A: hue angle of 308.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 #A2679A is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 103 | 154 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.36 |
| HSL | 308.14º | 0.24% | 0.52% | - |
| HSV(B) | 308.14º | 0.36% | 0.64% | - |
| XYZ | 25.58 | 19.71 | 33.03 | - |
| YUV | 126.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 154 | 0 | 0.36 | 0.05 | 0.36 | 308.14 | 0.24 | 0.52 |
| Hex | A2 | 67 | 9A | 0 | 24 | 5 | 24 | 134 | 18 | 34 |
| Octal | 242 | 147 | 232 | 0 | 44 | 5 | 44 | 464 | 30 | 64 |
| Binary | 10100010 | 1100111 | 10011010 | 0 | 100100 | 101 | 100100 | 100110100 | 11000 | 110100 |
Color Harmonies of #A2679A
Complementary color
Monochromatic Colors of #A2679A
Black with #A2679A
Text Example
Text Example
White with #A2679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2679A; }
p { color: rgb(162,103,154); }
H1.HeaderClassName
{
color: #A2679A;
}
.AnyTagClassName
{
color: #A2679A;
}
</style>
background-color css
<style>
a { background-color: #A2679A; }
a { background-color: rgb(162,103,154); }
div.DivClassName
{
background-color: #A2679A;
}
.BgClassName
{
background-color: #A2679A;
}
</style>
border-color css
<style>
span { border-color: #A2679A; }
span { border-color: rgb(162,103,154); }
td.TdClassName
{
border-color: #A2679A;
}
.TagClassName
{
border-color: #A2679A;
}
</style>