Shades of Violet Blue #A646AD
Tints of Violet Blue #A646AD
RGB
CMYK
RGB Variations
Color information
#A646AD (or 0xA646AD) is known color: Violet Blue. HEX triplet: A6, 46 and AD. RGB value is (166,70,173). Sum of RGB (Red+Green+Blue) = 166+70+173=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A646AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A646AD is #59B952. Grayscale: #6E6E6E. Windows color (decimal): -5880147 or 11355814. OLE color: 11355814.
HSL color Cylindrical-coordinate representation of color #A646AD: hue angle of 295.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A646AD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 70 | 173 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.32 |
| HSL | 295.92º | 0.42% | 0.48% | - |
| HSV(B) | 295.92º | 0.6% | 0.68% | - |
| XYZ | 25.46 | 15.5 | 41.19 | - |
| YUV | 110.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 173 | 0.04 | 0.60 | 0 | 0.32 | 295.92 | 0.42 | 0.48 |
| Hex | A6 | 46 | AD | 4 | 3C | 0 | 20 | 128 | 2A | 30 |
| Octal | 246 | 106 | 255 | 4 | 74 | 0 | 40 | 450 | 52 | 60 |
| Binary | 10100110 | 1000110 | 10101101 | 100 | 111100 | 0 | 100000 | 100101000 | 101010 | 110000 |
Color Harmonies of #A646AD
Complementary color
Monochromatic Colors of #A646AD
Black with #A646AD
Text Example
Text Example
White with #A646AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646AD; }
p { color: rgb(166,70,173); }
H1.HeaderClassName
{
color: #A646AD;
}
.AnyTagClassName
{
color: #A646AD;
}
</style>
background-color css
<style>
a { background-color: #A646AD; }
a { background-color: rgb(166,70,173); }
div.DivClassName
{
background-color: #A646AD;
}
.BgClassName
{
background-color: #A646AD;
}
</style>
border-color css
<style>
span { border-color: #A646AD; }
span { border-color: rgb(166,70,173); }
td.TdClassName
{
border-color: #A646AD;
}
.TagClassName
{
border-color: #A646AD;
}
</style>