Shades of Violet Blue #A259AB
Tints of Violet Blue #A259AB
RGB
CMYK
RGB Variations
Color information
#A259AB (or 0xA259AB) is known color: Violet Blue. HEX triplet: A2, 59 and AB. RGB value is (162,89,171). Sum of RGB (Red+Green+Blue) = 162+89+171=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A259AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AB is #5DA654. Grayscale: #777777. Windows color (decimal): -6137429 or 11229602. OLE color: 11229602.
HSL color Cylindrical-coordinate representation of color #A259AB: hue angle of 293.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A259AB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 89 | 171 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.33 |
| HSL | 293.41º | 0.33% | 0.51% | - |
| HSV(B) | 293.41º | 0.48% | 0.67% | - |
| XYZ | 25.82 | 17.77 | 40.6 | - |
| YUV | 120.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 171 | 0.05 | 0.48 | 0 | 0.33 | 293.41 | 0.33 | 0.51 |
| Hex | A2 | 59 | AB | 5 | 30 | 0 | 21 | 125 | 21 | 33 |
| Octal | 242 | 131 | 253 | 5 | 60 | 0 | 41 | 445 | 41 | 63 |
| Binary | 10100010 | 1011001 | 10101011 | 101 | 110000 | 0 | 100001 | 100100101 | 100001 | 110011 |
Color Harmonies of #A259AB
Complementary color
Monochromatic Colors of #A259AB
Black with #A259AB
Text Example
Text Example
White with #A259AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259AB; }
p { color: rgb(162,89,171); }
H1.HeaderClassName
{
color: #A259AB;
}
.AnyTagClassName
{
color: #A259AB;
}
</style>
background-color css
<style>
a { background-color: #A259AB; }
a { background-color: rgb(162,89,171); }
div.DivClassName
{
background-color: #A259AB;
}
.BgClassName
{
background-color: #A259AB;
}
</style>
border-color css
<style>
span { border-color: #A259AB; }
span { border-color: rgb(162,89,171); }
td.TdClassName
{
border-color: #A259AB;
}
.TagClassName
{
border-color: #A259AB;
}
</style>