Shades of Violet Blue #A459AA
Tints of Violet Blue #A459AA
RGB
CMYK
RGB Variations
Color information
#A459AA (or 0xA459AA) is known color: Violet Blue. HEX triplet: A4, 59 and AA. RGB value is (164,89,170). Sum of RGB (Red+Green+Blue) = 164+89+170=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A459AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AA is #5BA655. Grayscale: #787878. Windows color (decimal): -6006358 or 11164068. OLE color: 11164068.
HSL color Cylindrical-coordinate representation of color #A459AA: hue angle of 295.56º degrees, saturation: 0.32, 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 #A459AA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 89 | 170 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.33 |
| HSL | 295.56º | 0.32% | 0.51% | - |
| HSV(B) | 295.56º | 0.48% | 0.67% | - |
| XYZ | 26.14 | 17.94 | 40.12 | - |
| YUV | 120.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 170 | 0.04 | 0.48 | 0 | 0.33 | 295.56 | 0.32 | 0.51 |
| Hex | A4 | 59 | AA | 4 | 30 | 0 | 21 | 128 | 20 | 33 |
| Octal | 244 | 131 | 252 | 4 | 60 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100100 | 1011001 | 10101010 | 100 | 110000 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A459AA
Complementary color
Monochromatic Colors of #A459AA
Black with #A459AA
Text Example
Text Example
White with #A459AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459AA; }
p { color: rgb(164,89,170); }
H1.HeaderClassName
{
color: #A459AA;
}
.AnyTagClassName
{
color: #A459AA;
}
</style>
background-color css
<style>
a { background-color: #A459AA; }
a { background-color: rgb(164,89,170); }
div.DivClassName
{
background-color: #A459AA;
}
.BgClassName
{
background-color: #A459AA;
}
</style>
border-color css
<style>
span { border-color: #A459AA; }
span { border-color: rgb(164,89,170); }
td.TdClassName
{
border-color: #A459AA;
}
.TagClassName
{
border-color: #A459AA;
}
</style>