Shades of Violet Blue #A958AF
Tints of Violet Blue #A958AF
RGB
CMYK
RGB Variations
Color information
#A958AF (or 0xA958AF) is known color: Violet Blue. HEX triplet: A9, 58 and AF. RGB value is (169,88,175). Sum of RGB (Red+Green+Blue) = 169+88+175=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A958AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958AF is #56A750. Grayscale: #797979. Windows color (decimal): -5678929 or 11491497. OLE color: 11491497.
HSL color Cylindrical-coordinate representation of color #A958AF: hue angle of 295.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A958AF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 88 | 175 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.31 |
| HSL | 295.86º | 0.35% | 0.52% | - |
| HSV(B) | 295.86º | 0.5% | 0.69% | - |
| XYZ | 27.59 | 18.51 | 42.68 | - |
| YUV | 122.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 175 | 0.03 | 0.50 | 0 | 0.31 | 295.86 | 0.35 | 0.52 |
| Hex | A9 | 58 | AF | 3 | 32 | 0 | 1F | 128 | 23 | 34 |
| Octal | 251 | 130 | 257 | 3 | 62 | 0 | 37 | 450 | 43 | 64 |
| Binary | 10101001 | 1011000 | 10101111 | 11 | 110010 | 0 | 11111 | 100101000 | 100011 | 110100 |
Color Harmonies of #A958AF
Complementary color
Monochromatic Colors of #A958AF
Black with #A958AF
Text Example
Text Example
White with #A958AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958AF; }
p { color: rgb(169,88,175); }
H1.HeaderClassName
{
color: #A958AF;
}
.AnyTagClassName
{
color: #A958AF;
}
</style>
background-color css
<style>
a { background-color: #A958AF; }
a { background-color: rgb(169,88,175); }
div.DivClassName
{
background-color: #A958AF;
}
.BgClassName
{
background-color: #A958AF;
}
</style>
border-color css
<style>
span { border-color: #A958AF; }
span { border-color: rgb(169,88,175); }
td.TdClassName
{
border-color: #A958AF;
}
.TagClassName
{
border-color: #A958AF;
}
</style>