Shades of Violet Blue #A649A0
Tints of Violet Blue #A649A0
RGB
CMYK
RGB Variations
Color information
#A649A0 (or 0xA649A0) is known color: Violet Blue. HEX triplet: A6, 49 and A0. RGB value is (166,73,160). Sum of RGB (Red+Green+Blue) = 166+73+160=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A649A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649A0 is #59B65F. Grayscale: #6E6E6E. Windows color (decimal): -5879392 or 10504614. OLE color: 10504614.
HSL color Cylindrical-coordinate representation of color #A649A0: hue angle of 303.87º 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 #A649A0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 160 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.35 |
| HSL | 303.87º | 0.39% | 0.47% | - |
| HSV(B) | 303.87º | 0.56% | 0.65% | - |
| XYZ | 24.45 | 15.41 | 34.94 | - |
| YUV | 110.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 160 | 0 | 0.56 | 0.04 | 0.35 | 303.87 | 0.39 | 0.47 |
| Hex | A6 | 49 | A0 | 0 | 38 | 4 | 23 | 130 | 27 | 2F |
| Octal | 246 | 111 | 240 | 0 | 70 | 4 | 43 | 460 | 47 | 57 |
| Binary | 10100110 | 1001001 | 10100000 | 0 | 111000 | 100 | 100011 | 100110000 | 100111 | 101111 |
Color Harmonies of #A649A0
Complementary color
Monochromatic Colors of #A649A0
Black with #A649A0
Text Example
Text Example
White with #A649A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649A0; }
p { color: rgb(166,73,160); }
H1.HeaderClassName
{
color: #A649A0;
}
.AnyTagClassName
{
color: #A649A0;
}
</style>
background-color css
<style>
a { background-color: #A649A0; }
a { background-color: rgb(166,73,160); }
div.DivClassName
{
background-color: #A649A0;
}
.BgClassName
{
background-color: #A649A0;
}
</style>
border-color css
<style>
span { border-color: #A649A0; }
span { border-color: rgb(166,73,160); }
td.TdClassName
{
border-color: #A649A0;
}
.TagClassName
{
border-color: #A649A0;
}
</style>