Shades of Violet Blue #A660AD
Tints of Violet Blue #A660AD
RGB
CMYK
RGB Variations
Color information
#A660AD (or 0xA660AD) is known color: Violet Blue. HEX triplet: A6, 60 and AD. RGB value is (166,96,173). Sum of RGB (Red+Green+Blue) = 166+96+173=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A660AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660AD is #599F52. Grayscale: #7D7D7D. Windows color (decimal): -5873491 or 11362470. OLE color: 11362470.
HSL color Cylindrical-coordinate representation of color #A660AD: hue angle of 294.55º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A660AD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 96 | 173 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.32 |
| HSL | 294.55º | 0.32% | 0.53% | - |
| HSV(B) | 294.55º | 0.45% | 0.68% | - |
| XYZ | 27.45 | 19.49 | 41.85 | - |
| YUV | 125.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 173 | 0.04 | 0.45 | 0 | 0.32 | 294.55 | 0.32 | 0.53 |
| Hex | A6 | 60 | AD | 4 | 2D | 0 | 20 | 127 | 20 | 35 |
| Octal | 246 | 140 | 255 | 4 | 55 | 0 | 40 | 447 | 40 | 65 |
| Binary | 10100110 | 1100000 | 10101101 | 100 | 101101 | 0 | 100000 | 100100111 | 100000 | 110101 |
Color Harmonies of #A660AD
Complementary color
Monochromatic Colors of #A660AD
Black with #A660AD
Text Example
Text Example
White with #A660AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660AD; }
p { color: rgb(166,96,173); }
H1.HeaderClassName
{
color: #A660AD;
}
.AnyTagClassName
{
color: #A660AD;
}
</style>
background-color css
<style>
a { background-color: #A660AD; }
a { background-color: rgb(166,96,173); }
div.DivClassName
{
background-color: #A660AD;
}
.BgClassName
{
background-color: #A660AD;
}
</style>
border-color css
<style>
span { border-color: #A660AD; }
span { border-color: rgb(166,96,173); }
td.TdClassName
{
border-color: #A660AD;
}
.TagClassName
{
border-color: #A660AD;
}
</style>