Shades of Violet Blue #A163AE
Tints of Violet Blue #A163AE
RGB
CMYK
RGB Variations
Color information
#A163AE (or 0xA163AE) is known color: Violet Blue. HEX triplet: A1, 63 and AE. RGB value is (161,99,174). Sum of RGB (Red+Green+Blue) = 161+99+174=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A163AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A163AE is #5E9C51. Grayscale: #7D7D7D. Windows color (decimal): -6200402 or 11428769. OLE color: 11428769.
HSL color Cylindrical-coordinate representation of color #A163AE: hue angle of 289.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A163AE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 99 | 174 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.32 |
| HSL | 289.6º | 0.32% | 0.54% | - |
| HSV(B) | 289.6º | 0.43% | 0.68% | - |
| XYZ | 26.8 | 19.56 | 42.41 | - |
| YUV | 126.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 174 | 0.07 | 0.43 | 0 | 0.32 | 289.6 | 0.32 | 0.54 |
| Hex | A1 | 63 | AE | 7 | 2B | 0 | 20 | 122 | 20 | 36 |
| Octal | 241 | 143 | 256 | 7 | 53 | 0 | 40 | 442 | 40 | 66 |
| Binary | 10100001 | 1100011 | 10101110 | 111 | 101011 | 0 | 100000 | 100100010 | 100000 | 110110 |
Color Harmonies of #A163AE
Complementary color
Monochromatic Colors of #A163AE
Black with #A163AE
Text Example
Text Example
White with #A163AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A163AE; }
p { color: rgb(161,99,174); }
H1.HeaderClassName
{
color: #A163AE;
}
.AnyTagClassName
{
color: #A163AE;
}
</style>
background-color css
<style>
a { background-color: #A163AE; }
a { background-color: rgb(161,99,174); }
div.DivClassName
{
background-color: #A163AE;
}
.BgClassName
{
background-color: #A163AE;
}
</style>
border-color css
<style>
span { border-color: #A163AE; }
span { border-color: rgb(161,99,174); }
td.TdClassName
{
border-color: #A163AE;
}
.TagClassName
{
border-color: #A163AE;
}
</style>