Shades of Violet Blue #A863A9
Tints of Violet Blue #A863A9
RGB
CMYK
RGB Variations
Color information
#A863A9 (or 0xA863A9) is known color: Violet Blue. HEX triplet: A8, 63 and A9. RGB value is (168,99,169). Sum of RGB (Red+Green+Blue) = 168+99+169=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #A863A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863A9 is #579C56. Grayscale: #7F7F7F. Windows color (decimal): -5741655 or 11101096. OLE color: 11101096.
HSL color Cylindrical-coordinate representation of color #A863A9: hue angle of 299.14º 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 #A863A9 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 169 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.34 |
| HSL | 299.14º | 0.29% | 0.53% | - |
| HSV(B) | 299.14º | 0.41% | 0.66% | - |
| XYZ | 27.77 | 20.11 | 39.95 | - |
| YUV | 127.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 169 | 0.01 | 0.41 | 0 | 0.34 | 299.14 | 0.29 | 0.53 |
| Hex | A8 | 63 | A9 | 1 | 29 | 0 | 22 | 12B | 1D | 35 |
| Octal | 250 | 143 | 251 | 1 | 51 | 0 | 42 | 453 | 35 | 65 |
| Binary | 10101000 | 1100011 | 10101001 | 1 | 101001 | 0 | 100010 | 100101011 | 11101 | 110101 |
Color Harmonies of #A863A9
Complementary color
Monochromatic Colors of #A863A9
Black with #A863A9
Text Example
Text Example
White with #A863A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863A9; }
p { color: rgb(168,99,169); }
H1.HeaderClassName
{
color: #A863A9;
}
.AnyTagClassName
{
color: #A863A9;
}
</style>
background-color css
<style>
a { background-color: #A863A9; }
a { background-color: rgb(168,99,169); }
div.DivClassName
{
background-color: #A863A9;
}
.BgClassName
{
background-color: #A863A9;
}
</style>
border-color css
<style>
span { border-color: #A863A9; }
span { border-color: rgb(168,99,169); }
td.TdClassName
{
border-color: #A863A9;
}
.TagClassName
{
border-color: #A863A9;
}
</style>