Shades of Violet Blue #A263A9
Tints of Violet Blue #A263A9
RGB
CMYK
RGB Variations
Color information
#A263A9 (or 0xA263A9) is known color: Violet Blue. HEX triplet: A2, 63 and A9. RGB value is (162,99,169). Sum of RGB (Red+Green+Blue) = 162+99+169=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #A263A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A263A9 is #5D9C56. Grayscale: #7D7D7D. Windows color (decimal): -6134871 or 11101090. OLE color: 11101090.
HSL color Cylindrical-coordinate representation of color #A263A9: hue angle of 294º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A263A9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 99 | 169 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.34 |
| HSL | 294º | 0.29% | 0.53% | - |
| HSV(B) | 294º | 0.41% | 0.66% | - |
| XYZ | 26.52 | 19.47 | 39.9 | - |
| YUV | 125.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 169 | 0.04 | 0.41 | 0 | 0.34 | 294 | 0.29 | 0.53 |
| Hex | A2 | 63 | A9 | 4 | 29 | 0 | 22 | 126 | 1D | 35 |
| Octal | 242 | 143 | 251 | 4 | 51 | 0 | 42 | 446 | 35 | 65 |
| Binary | 10100010 | 1100011 | 10101001 | 100 | 101001 | 0 | 100010 | 100100110 | 11101 | 110101 |
Color Harmonies of #A263A9
Complementary color
Monochromatic Colors of #A263A9
Black with #A263A9
Text Example
Text Example
White with #A263A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263A9; }
p { color: rgb(162,99,169); }
H1.HeaderClassName
{
color: #A263A9;
}
.AnyTagClassName
{
color: #A263A9;
}
</style>
background-color css
<style>
a { background-color: #A263A9; }
a { background-color: rgb(162,99,169); }
div.DivClassName
{
background-color: #A263A9;
}
.BgClassName
{
background-color: #A263A9;
}
</style>
border-color css
<style>
span { border-color: #A263A9; }
span { border-color: rgb(162,99,169); }
td.TdClassName
{
border-color: #A263A9;
}
.TagClassName
{
border-color: #A263A9;
}
</style>