Shades of Violet Blue #A459A2
Tints of Violet Blue #A459A2
RGB
CMYK
RGB Variations
Color information
#A459A2 (or 0xA459A2) is known color: Violet Blue. HEX triplet: A4, 59 and A2. RGB value is (164,89,162). Sum of RGB (Red+Green+Blue) = 164+89+162=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A459A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459A2 is #5BA65D. Grayscale: #777777. Windows color (decimal): -6006366 or 10639780. OLE color: 10639780.
HSL color Cylindrical-coordinate representation of color #A459A2: hue angle of 301.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A459A2 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 162 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.36 |
| HSL | 301.6º | 0.3% | 0.5% | - |
| HSV(B) | 301.6º | 0.46% | 0.64% | - |
| XYZ | 25.4 | 17.65 | 36.25 | - |
| YUV | 119.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 162 | 0 | 0.46 | 0.01 | 0.36 | 301.6 | 0.3 | 0.5 |
| Hex | A4 | 59 | A2 | 0 | 2E | 1 | 24 | 12E | 1E | 32 |
| Octal | 244 | 131 | 242 | 0 | 56 | 1 | 44 | 456 | 36 | 62 |
| Binary | 10100100 | 1011001 | 10100010 | 0 | 101110 | 1 | 100100 | 100101110 | 11110 | 110010 |
Color Harmonies of #A459A2
Complementary color
Monochromatic Colors of #A459A2
Black with #A459A2
Text Example
Text Example
White with #A459A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A459A2; }
p { color: rgb(164,89,162); }
H1.HeaderClassName
{
color: #A459A2;
}
.AnyTagClassName
{
color: #A459A2;
}
</style>
background-color css
<style>
a { background-color: #A459A2; }
a { background-color: rgb(164,89,162); }
div.DivClassName
{
background-color: #A459A2;
}
.BgClassName
{
background-color: #A459A2;
}
</style>
border-color css
<style>
span { border-color: #A459A2; }
span { border-color: rgb(164,89,162); }
td.TdClassName
{
border-color: #A459A2;
}
.TagClassName
{
border-color: #A459A2;
}
</style>