Shades of Violet Blue #A849AA
Tints of Violet Blue #A849AA
RGB
CMYK
RGB Variations
Color information
#A849AA (or 0xA849AA) is known color: Violet Blue. HEX triplet: A8, 49 and AA. RGB value is (168,73,170). Sum of RGB (Red+Green+Blue) = 168+73+170=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A849AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849AA is #57B655. Grayscale: #707070. Windows color (decimal): -5748310 or 11159976. OLE color: 11159976.
HSL color Cylindrical-coordinate representation of color #A849AA: hue angle of 298.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A849AA is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 73 | 170 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.33 |
| HSL | 298.76º | 0.4% | 0.48% | - |
| HSV(B) | 298.76º | 0.57% | 0.67% | - |
| XYZ | 25.79 | 15.99 | 39.76 | - |
| YUV | 112.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 170 | 0.01 | 0.57 | 0 | 0.33 | 298.76 | 0.4 | 0.48 |
| Hex | A8 | 49 | AA | 1 | 39 | 0 | 21 | 12B | 28 | 30 |
| Octal | 250 | 111 | 252 | 1 | 71 | 0 | 41 | 453 | 50 | 60 |
| Binary | 10101000 | 1001001 | 10101010 | 1 | 111001 | 0 | 100001 | 100101011 | 101000 | 110000 |
Color Harmonies of #A849AA
Complementary color
Monochromatic Colors of #A849AA
Black with #A849AA
Text Example
Text Example
White with #A849AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849AA; }
p { color: rgb(168,73,170); }
H1.HeaderClassName
{
color: #A849AA;
}
.AnyTagClassName
{
color: #A849AA;
}
</style>
background-color css
<style>
a { background-color: #A849AA; }
a { background-color: rgb(168,73,170); }
div.DivClassName
{
background-color: #A849AA;
}
.BgClassName
{
background-color: #A849AA;
}
</style>
border-color css
<style>
span { border-color: #A849AA; }
span { border-color: rgb(168,73,170); }
td.TdClassName
{
border-color: #A849AA;
}
.TagClassName
{
border-color: #A849AA;
}
</style>