Shades of Violet Blue #A2639E
Tints of Violet Blue #A2639E
RGB
CMYK
RGB Variations
Color information
#A2639E (or 0xA2639E) is known color: Violet Blue. HEX triplet: A2, 63 and 9E. RGB value is (162,99,158). Sum of RGB (Red+Green+Blue) = 162+99+158=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2639E is #5D9C61. Grayscale: #7C7C7C. Windows color (decimal): -6134882 or 10380194. OLE color: 10380194.
HSL color Cylindrical-coordinate representation of color #A2639E: hue angle of 303.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2639E is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 158 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.36 |
| HSL | 303.81º | 0.25% | 0.51% | - |
| HSV(B) | 303.81º | 0.39% | 0.64% | - |
| XYZ | 25.53 | 19.07 | 34.68 | - |
| YUV | 124.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 158 | 0 | 0.39 | 0.02 | 0.36 | 303.81 | 0.25 | 0.51 |
| Hex | A2 | 63 | 9E | 0 | 27 | 2 | 24 | 130 | 19 | 33 |
| Octal | 242 | 143 | 236 | 0 | 47 | 2 | 44 | 460 | 31 | 63 |
| Binary | 10100010 | 1100011 | 10011110 | 0 | 100111 | 10 | 100100 | 100110000 | 11001 | 110011 |
Color Harmonies of #A2639E
Complementary color
Monochromatic Colors of #A2639E
Black with #A2639E
Text Example
Text Example
White with #A2639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2639E; }
p { color: rgb(162,99,158); }
H1.HeaderClassName
{
color: #A2639E;
}
.AnyTagClassName
{
color: #A2639E;
}
</style>
background-color css
<style>
a { background-color: #A2639E; }
a { background-color: rgb(162,99,158); }
div.DivClassName
{
background-color: #A2639E;
}
.BgClassName
{
background-color: #A2639E;
}
</style>
border-color css
<style>
span { border-color: #A2639E; }
span { border-color: rgb(162,99,158); }
td.TdClassName
{
border-color: #A2639E;
}
.TagClassName
{
border-color: #A2639E;
}
</style>