Shades of Violet Blue #A849A9
Tints of Violet Blue #A849A9
RGB
CMYK
RGB Variations
Color information
#A849A9 (or 0xA849A9) is known color: Violet Blue. HEX triplet: A8, 49 and A9. RGB value is (168,73,169). Sum of RGB (Red+Green+Blue) = 168+73+169=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #A849A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849A9 is #57B656. Grayscale: #707070. Windows color (decimal): -5748311 or 11094440. OLE color: 11094440.
HSL color Cylindrical-coordinate representation of color #A849A9: hue angle of 299.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A849A9 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 169 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.34 |
| HSL | 299.38º | 0.4% | 0.47% | - |
| HSV(B) | 299.38º | 0.57% | 0.66% | - |
| XYZ | 25.69 | 15.95 | 39.26 | - |
| YUV | 112.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 169 | 0.01 | 0.57 | 0 | 0.34 | 299.38 | 0.4 | 0.47 |
| Hex | A8 | 49 | A9 | 1 | 39 | 0 | 22 | 12B | 28 | 2F |
| Octal | 250 | 111 | 251 | 1 | 71 | 0 | 42 | 453 | 50 | 57 |
| Binary | 10101000 | 1001001 | 10101001 | 1 | 111001 | 0 | 100010 | 100101011 | 101000 | 101111 |
Color Harmonies of #A849A9
Complementary color
Monochromatic Colors of #A849A9
Black with #A849A9
Text Example
Text Example
White with #A849A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849A9; }
p { color: rgb(168,73,169); }
H1.HeaderClassName
{
color: #A849A9;
}
.AnyTagClassName
{
color: #A849A9;
}
</style>
background-color css
<style>
a { background-color: #A849A9; }
a { background-color: rgb(168,73,169); }
div.DivClassName
{
background-color: #A849A9;
}
.BgClassName
{
background-color: #A849A9;
}
</style>
border-color css
<style>
span { border-color: #A849A9; }
span { border-color: rgb(168,73,169); }
td.TdClassName
{
border-color: #A849A9;
}
.TagClassName
{
border-color: #A849A9;
}
</style>