Shades of Violet Blue #A259AC
Tints of Violet Blue #A259AC
RGB
CMYK
RGB Variations
Color information
#A259AC (or 0xA259AC) is known color: Violet Blue. HEX triplet: A2, 59 and AC. RGB value is (162,89,172). Sum of RGB (Red+Green+Blue) = 162+89+172=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #A259AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259AC is #5DA653. Grayscale: #787878. Windows color (decimal): -6137428 or 11295138. OLE color: 11295138.
HSL color Cylindrical-coordinate representation of color #A259AC: hue angle of 292.77º 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 #A259AC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 89 | 172 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.33 |
| HSL | 292.77º | 0.33% | 0.51% | - |
| HSV(B) | 292.77º | 0.48% | 0.67% | - |
| XYZ | 25.92 | 17.8 | 41.1 | - |
| YUV | 120.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 172 | 0.06 | 0.48 | 0 | 0.33 | 292.77 | 0.33 | 0.51 |
| Hex | A2 | 59 | AC | 6 | 30 | 0 | 21 | 125 | 21 | 33 |
| Octal | 242 | 131 | 254 | 6 | 60 | 0 | 41 | 445 | 41 | 63 |
| Binary | 10100010 | 1011001 | 10101100 | 110 | 110000 | 0 | 100001 | 100100101 | 100001 | 110011 |
Color Harmonies of #A259AC
Complementary color
Monochromatic Colors of #A259AC
Black with #A259AC
Text Example
Text Example
White with #A259AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259AC; }
p { color: rgb(162,89,172); }
H1.HeaderClassName
{
color: #A259AC;
}
.AnyTagClassName
{
color: #A259AC;
}
</style>
background-color css
<style>
a { background-color: #A259AC; }
a { background-color: rgb(162,89,172); }
div.DivClassName
{
background-color: #A259AC;
}
.BgClassName
{
background-color: #A259AC;
}
</style>
border-color css
<style>
span { border-color: #A259AC; }
span { border-color: rgb(162,89,172); }
td.TdClassName
{
border-color: #A259AC;
}
.TagClassName
{
border-color: #A259AC;
}
</style>