Shades of Violet Blue #A749A8
Tints of Violet Blue #A749A8
RGB
CMYK
RGB Variations
Color information
#A749A8 (or 0xA749A8) is known color: Violet Blue. HEX triplet: A7, 49 and A8. RGB value is (167,73,168). Sum of RGB (Red+Green+Blue) = 167+73+168=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #A749A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A8 is #58B657. Grayscale: #6F6F6F. Windows color (decimal): -5813848 or 11028903. OLE color: 11028903.
HSL color Cylindrical-coordinate representation of color #A749A8: hue angle of 299.37º degrees, saturation: 0.39, 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 #A749A8 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 73 | 168 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.34 |
| HSL | 299.37º | 0.39% | 0.47% | - |
| HSV(B) | 299.37º | 0.57% | 0.66% | - |
| XYZ | 25.39 | 15.81 | 38.76 | - |
| YUV | 111.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 168 | 0.01 | 0.57 | 0 | 0.34 | 299.37 | 0.39 | 0.47 |
| Hex | A7 | 49 | A8 | 1 | 39 | 0 | 22 | 12B | 27 | 2F |
| Octal | 247 | 111 | 250 | 1 | 71 | 0 | 42 | 453 | 47 | 57 |
| Binary | 10100111 | 1001001 | 10101000 | 1 | 111001 | 0 | 100010 | 100101011 | 100111 | 101111 |
Color Harmonies of #A749A8
Complementary color
Monochromatic Colors of #A749A8
Black with #A749A8
Text Example
Text Example
White with #A749A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749A8; }
p { color: rgb(167,73,168); }
H1.HeaderClassName
{
color: #A749A8;
}
.AnyTagClassName
{
color: #A749A8;
}
</style>
background-color css
<style>
a { background-color: #A749A8; }
a { background-color: rgb(167,73,168); }
div.DivClassName
{
background-color: #A749A8;
}
.BgClassName
{
background-color: #A749A8;
}
</style>
border-color css
<style>
span { border-color: #A749A8; }
span { border-color: rgb(167,73,168); }
td.TdClassName
{
border-color: #A749A8;
}
.TagClassName
{
border-color: #A749A8;
}
</style>