Shades of Violet Blue #A668AD
Tints of Violet Blue #A668AD
RGB
CMYK
RGB Variations
Color information
#A668AD (or 0xA668AD) is known color: Violet Blue. HEX triplet: A6, 68 and AD. RGB value is (166,104,173). Sum of RGB (Red+Green+Blue) = 166+104+173=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A668AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A668AD is #599752. Grayscale: #828282. Windows color (decimal): -5871443 or 11364518. OLE color: 11364518.
HSL color Cylindrical-coordinate representation of color #A668AD: hue angle of 293.91º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A668AD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 104 | 173 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.32 |
| HSL | 293.91º | 0.3% | 0.54% | - |
| HSV(B) | 293.91º | 0.4% | 0.68% | - |
| XYZ | 28.22 | 21.02 | 42.11 | - |
| YUV | 130.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 173 | 0.04 | 0.40 | 0 | 0.32 | 293.91 | 0.3 | 0.54 |
| Hex | A6 | 68 | AD | 4 | 28 | 0 | 20 | 126 | 1E | 36 |
| Octal | 246 | 150 | 255 | 4 | 50 | 0 | 40 | 446 | 36 | 66 |
| Binary | 10100110 | 1101000 | 10101101 | 100 | 101000 | 0 | 100000 | 100100110 | 11110 | 110110 |
Color Harmonies of #A668AD
Complementary color
Monochromatic Colors of #A668AD
Black with #A668AD
Text Example
Text Example
White with #A668AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A668AD; }
p { color: rgb(166,104,173); }
H1.HeaderClassName
{
color: #A668AD;
}
.AnyTagClassName
{
color: #A668AD;
}
</style>
background-color css
<style>
a { background-color: #A668AD; }
a { background-color: rgb(166,104,173); }
div.DivClassName
{
background-color: #A668AD;
}
.BgClassName
{
background-color: #A668AD;
}
</style>
border-color css
<style>
span { border-color: #A668AD; }
span { border-color: rgb(166,104,173); }
td.TdClassName
{
border-color: #A668AD;
}
.TagClassName
{
border-color: #A668AD;
}
</style>