Shades of Violet Blue #A958AD
Tints of Violet Blue #A958AD
RGB
CMYK
RGB Variations
Color information
#A958AD (or 0xA958AD) is known color: Violet Blue. HEX triplet: A9, 58 and AD. RGB value is (169,88,173). Sum of RGB (Red+Green+Blue) = 169+88+173=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #A958AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958AD is #56A752. Grayscale: #797979. Windows color (decimal): -5678931 or 11360425. OLE color: 11360425.
HSL color Cylindrical-coordinate representation of color #A958AD: hue angle of 297.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A958AD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 88 | 173 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.32 |
| HSL | 297.18º | 0.34% | 0.51% | - |
| HSV(B) | 297.18º | 0.49% | 0.68% | - |
| XYZ | 27.39 | 18.43 | 41.65 | - |
| YUV | 121.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 173 | 0.02 | 0.49 | 0 | 0.32 | 297.18 | 0.34 | 0.51 |
| Hex | A9 | 58 | AD | 2 | 31 | 0 | 20 | 129 | 22 | 33 |
| Octal | 251 | 130 | 255 | 2 | 61 | 0 | 40 | 451 | 42 | 63 |
| Binary | 10101001 | 1011000 | 10101101 | 10 | 110001 | 0 | 100000 | 100101001 | 100010 | 110011 |
Color Harmonies of #A958AD
Complementary color
Monochromatic Colors of #A958AD
Black with #A958AD
Text Example
Text Example
White with #A958AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958AD; }
p { color: rgb(169,88,173); }
H1.HeaderClassName
{
color: #A958AD;
}
.AnyTagClassName
{
color: #A958AD;
}
</style>
background-color css
<style>
a { background-color: #A958AD; }
a { background-color: rgb(169,88,173); }
div.DivClassName
{
background-color: #A958AD;
}
.BgClassName
{
background-color: #A958AD;
}
</style>
border-color css
<style>
span { border-color: #A958AD; }
span { border-color: rgb(169,88,173); }
td.TdClassName
{
border-color: #A958AD;
}
.TagClassName
{
border-color: #A958AD;
}
</style>