Shades of Violet Blue #A948AD
Tints of Violet Blue #A948AD
RGB
CMYK
RGB Variations
Color information
#A948AD (or 0xA948AD) is known color: Violet Blue. HEX triplet: A9, 48 and AD. RGB value is (169,72,173). Sum of RGB (Red+Green+Blue) = 169+72+173=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #A948AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A948AD is #56B752. Grayscale: #707070. Windows color (decimal): -5683027 or 11356329. OLE color: 11356329.
HSL color Cylindrical-coordinate representation of color #A948AD: hue angle of 297.62º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A948AD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 72 | 173 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.32 |
| HSL | 297.62º | 0.41% | 0.48% | - |
| HSV(B) | 297.62º | 0.58% | 0.68% | - |
| XYZ | 26.22 | 16.09 | 41.26 | - |
| YUV | 112.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 72 | 173 | 0.02 | 0.58 | 0 | 0.32 | 297.62 | 0.41 | 0.48 |
| Hex | A9 | 48 | AD | 2 | 3A | 0 | 20 | 12A | 29 | 30 |
| Octal | 251 | 110 | 255 | 2 | 72 | 0 | 40 | 452 | 51 | 60 |
| Binary | 10101001 | 1001000 | 10101101 | 10 | 111010 | 0 | 100000 | 100101010 | 101001 | 110000 |
Color Harmonies of #A948AD
Complementary color
Monochromatic Colors of #A948AD
Black with #A948AD
Text Example
Text Example
White with #A948AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A948AD; }
p { color: rgb(169,72,173); }
H1.HeaderClassName
{
color: #A948AD;
}
.AnyTagClassName
{
color: #A948AD;
}
</style>
background-color css
<style>
a { background-color: #A948AD; }
a { background-color: rgb(169,72,173); }
div.DivClassName
{
background-color: #A948AD;
}
.BgClassName
{
background-color: #A948AD;
}
</style>
border-color css
<style>
span { border-color: #A948AD; }
span { border-color: rgb(169,72,173); }
td.TdClassName
{
border-color: #A948AD;
}
.TagClassName
{
border-color: #A948AD;
}
</style>