Shades of Violet Blue #A259AD
Tints of Violet Blue #A259AD
RGB
CMYK
RGB Variations
Color information
#A259AD (or 0xA259AD) is known color: Violet Blue. HEX triplet: A2, 59 and AD. RGB value is (162,89,173). Sum of RGB (Red+Green+Blue) = 162+89+173=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A259AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AD is #5DA652. Grayscale: #787878. Windows color (decimal): -6137427 or 11360674. OLE color: 11360674.
HSL color Cylindrical-coordinate representation of color #A259AD: hue angle of 292.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A259AD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 89 | 173 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.32 |
| HSL | 292.14º | 0.34% | 0.51% | - |
| HSV(B) | 292.14º | 0.49% | 0.68% | - |
| XYZ | 26.02 | 17.84 | 41.61 | - |
| YUV | 120.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 173 | 0.06 | 0.49 | 0 | 0.32 | 292.14 | 0.34 | 0.51 |
| Hex | A2 | 59 | AD | 6 | 31 | 0 | 20 | 124 | 22 | 33 |
| Octal | 242 | 131 | 255 | 6 | 61 | 0 | 40 | 444 | 42 | 63 |
| Binary | 10100010 | 1011001 | 10101101 | 110 | 110001 | 0 | 100000 | 100100100 | 100010 | 110011 |
Color Harmonies of #A259AD
Complementary color
Monochromatic Colors of #A259AD
Black with #A259AD
Text Example
Text Example
White with #A259AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259AD; }
p { color: rgb(162,89,173); }
H1.HeaderClassName
{
color: #A259AD;
}
.AnyTagClassName
{
color: #A259AD;
}
</style>
background-color css
<style>
a { background-color: #A259AD; }
a { background-color: rgb(162,89,173); }
div.DivClassName
{
background-color: #A259AD;
}
.BgClassName
{
background-color: #A259AD;
}
</style>
border-color css
<style>
span { border-color: #A259AD; }
span { border-color: rgb(162,89,173); }
td.TdClassName
{
border-color: #A259AD;
}
.TagClassName
{
border-color: #A259AD;
}
</style>