Shades of Violet Blue #A458A9
Tints of Violet Blue #A458A9
RGB
CMYK
RGB Variations
Color information
#A458A9 (or 0xA458A9) is known color: Violet Blue. HEX triplet: A4, 58 and A9. RGB value is (164,88,169). Sum of RGB (Red+Green+Blue) = 164+88+169=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #A458A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A458A9 is #5BA756. Grayscale: #777777. Windows color (decimal): -6006615 or 11098276. OLE color: 11098276.
HSL color Cylindrical-coordinate representation of color #A458A9: hue angle of 296.3º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A458A9 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 88 | 169 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.34 |
| HSL | 296.3º | 0.32% | 0.5% | - |
| HSV(B) | 296.3º | 0.48% | 0.66% | - |
| XYZ | 25.96 | 17.74 | 39.59 | - |
| YUV | 119.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 169 | 0.03 | 0.48 | 0 | 0.34 | 296.3 | 0.32 | 0.5 |
| Hex | A4 | 58 | A9 | 3 | 30 | 0 | 22 | 128 | 20 | 32 |
| Octal | 244 | 130 | 251 | 3 | 60 | 0 | 42 | 450 | 40 | 62 |
| Binary | 10100100 | 1011000 | 10101001 | 11 | 110000 | 0 | 100010 | 100101000 | 100000 | 110010 |
Color Harmonies of #A458A9
Complementary color
Monochromatic Colors of #A458A9
Black with #A458A9
Text Example
Text Example
White with #A458A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458A9; }
p { color: rgb(164,88,169); }
H1.HeaderClassName
{
color: #A458A9;
}
.AnyTagClassName
{
color: #A458A9;
}
</style>
background-color css
<style>
a { background-color: #A458A9; }
a { background-color: rgb(164,88,169); }
div.DivClassName
{
background-color: #A458A9;
}
.BgClassName
{
background-color: #A458A9;
}
</style>
border-color css
<style>
span { border-color: #A458A9; }
span { border-color: rgb(164,88,169); }
td.TdClassName
{
border-color: #A458A9;
}
.TagClassName
{
border-color: #A458A9;
}
</style>