Shades of Violet Blue #A2468E
Tints of Violet Blue #A2468E
RGB
CMYK
RGB Variations
Color information
#A2468E (or 0xA2468E) is known color: Violet Blue. HEX triplet: A2, 46 and 8E. RGB value is (162,70,142). Sum of RGB (Red+Green+Blue) = 162+70+142=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468E is #5DB971. Grayscale: #696969. Windows color (decimal): -6142322 or 9324194. OLE color: 9324194.
HSL color Cylindrical-coordinate representation of color #A2468E: hue angle of 313.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2468E is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 142 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.36 |
| HSL | 313.04º | 0.4% | 0.45% | - |
| HSV(B) | 313.04º | 0.57% | 0.64% | - |
| XYZ | 21.97 | 14.01 | 27.14 | - |
| YUV | 105.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 142 | 0 | 0.57 | 0.12 | 0.36 | 313.04 | 0.4 | 0.45 |
| Hex | A2 | 46 | 8E | 0 | 39 | C | 24 | 139 | 28 | 2D |
| Octal | 242 | 106 | 216 | 0 | 71 | 14 | 44 | 471 | 50 | 55 |
| Binary | 10100010 | 1000110 | 10001110 | 0 | 111001 | 1100 | 100100 | 100111001 | 101000 | 101101 |
Color Harmonies of #A2468E
Complementary color
Monochromatic Colors of #A2468E
Black with #A2468E
Text Example
Text Example
White with #A2468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2468E; }
p { color: rgb(162,70,142); }
H1.HeaderClassName
{
color: #A2468E;
}
.AnyTagClassName
{
color: #A2468E;
}
</style>
background-color css
<style>
a { background-color: #A2468E; }
a { background-color: rgb(162,70,142); }
div.DivClassName
{
background-color: #A2468E;
}
.BgClassName
{
background-color: #A2468E;
}
</style>
border-color css
<style>
span { border-color: #A2468E; }
span { border-color: rgb(162,70,142); }
td.TdClassName
{
border-color: #A2468E;
}
.TagClassName
{
border-color: #A2468E;
}
</style>