Shades of Violet Blue #A849AD
Tints of Violet Blue #A849AD
RGB
CMYK
RGB Variations
Color information
#A849AD (or 0xA849AD) is known color: Violet Blue. HEX triplet: A8, 49 and AD. RGB value is (168,73,173). Sum of RGB (Red+Green+Blue) = 168+73+173=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 73 (28.91% from 255 or 17.63% 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 #A849AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849AD is #57B652. Grayscale: #707070. Windows color (decimal): -5748307 or 11356584. OLE color: 11356584.
HSL color Cylindrical-coordinate representation of color #A849AD: hue angle of 297º 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 #A849AD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 73 | 173 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.32 |
| HSL | 297º | 0.41% | 0.48% | - |
| HSV(B) | 297º | 0.58% | 0.68% | - |
| XYZ | 26.07 | 16.11 | 41.27 | - |
| YUV | 112.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 173 | 0.03 | 0.58 | 0 | 0.32 | 297 | 0.41 | 0.48 |
| Hex | A8 | 49 | AD | 3 | 3A | 0 | 20 | 129 | 29 | 30 |
| Octal | 250 | 111 | 255 | 3 | 72 | 0 | 40 | 451 | 51 | 60 |
| Binary | 10101000 | 1001001 | 10101101 | 11 | 111010 | 0 | 100000 | 100101001 | 101001 | 110000 |
Color Harmonies of #A849AD
Complementary color
Monochromatic Colors of #A849AD
Black with #A849AD
Text Example
Text Example
White with #A849AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849AD; }
p { color: rgb(168,73,173); }
H1.HeaderClassName
{
color: #A849AD;
}
.AnyTagClassName
{
color: #A849AD;
}
</style>
background-color css
<style>
a { background-color: #A849AD; }
a { background-color: rgb(168,73,173); }
div.DivClassName
{
background-color: #A849AD;
}
.BgClassName
{
background-color: #A849AD;
}
</style>
border-color css
<style>
span { border-color: #A849AD; }
span { border-color: rgb(168,73,173); }
td.TdClassName
{
border-color: #A849AD;
}
.TagClassName
{
border-color: #A849AD;
}
</style>