Shades of Violet Blue #A749A2
Tints of Violet Blue #A749A2
RGB
CMYK
RGB Variations
Color information
#A749A2 (or 0xA749A2) is known color: Violet Blue. HEX triplet: A7, 49 and A2. RGB value is (167,73,162). Sum of RGB (Red+Green+Blue) = 167+73+162=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A749A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A2 is #58B65D. Grayscale: #6E6E6E. Windows color (decimal): -5813854 or 10635687. OLE color: 10635687.
HSL color Cylindrical-coordinate representation of color #A749A2: hue angle of 303.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A749A2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 73 | 162 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.35 |
| HSL | 303.19º | 0.39% | 0.47% | - |
| HSV(B) | 303.19º | 0.56% | 0.65% | - |
| XYZ | 24.84 | 15.59 | 35.88 | - |
| YUV | 111.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 162 | 0 | 0.56 | 0.03 | 0.35 | 303.19 | 0.39 | 0.47 |
| Hex | A7 | 49 | A2 | 0 | 38 | 3 | 23 | 12F | 27 | 2F |
| Octal | 247 | 111 | 242 | 0 | 70 | 3 | 43 | 457 | 47 | 57 |
| Binary | 10100111 | 1001001 | 10100010 | 0 | 111000 | 11 | 100011 | 100101111 | 100111 | 101111 |
Color Harmonies of #A749A2
Complementary color
Monochromatic Colors of #A749A2
Black with #A749A2
Text Example
Text Example
White with #A749A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A749A2; }
p { color: rgb(167,73,162); }
H1.HeaderClassName
{
color: #A749A2;
}
.AnyTagClassName
{
color: #A749A2;
}
</style>
background-color css
<style>
a { background-color: #A749A2; }
a { background-color: rgb(167,73,162); }
div.DivClassName
{
background-color: #A749A2;
}
.BgClassName
{
background-color: #A749A2;
}
</style>
border-color css
<style>
span { border-color: #A749A2; }
span { border-color: rgb(167,73,162); }
td.TdClassName
{
border-color: #A749A2;
}
.TagClassName
{
border-color: #A749A2;
}
</style>