Shades of Violet Blue #A066AD
Tints of Violet Blue #A066AD
RGB
CMYK
RGB Variations
Color information
#A066AD (or 0xA066AD) is known color: Violet Blue. HEX triplet: A0, 66 and AD. RGB value is (160,102,173). Sum of RGB (Red+Green+Blue) = 160+102+173=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 102 (40.23% from 255 or 23.45% 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 #A066AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AD is #5F9952. Grayscale: #7F7F7F. Windows color (decimal): -6265171 or 11364000. OLE color: 11364000.
HSL color Cylindrical-coordinate representation of color #A066AD: hue angle of 289.01º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A066AD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 102 | 173 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.32 |
| HSL | 289.01º | 0.3% | 0.54% | - |
| HSV(B) | 289.01º | 0.41% | 0.68% | - |
| XYZ | 26.79 | 19.99 | 41.98 | - |
| YUV | 127.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 173 | 0.08 | 0.41 | 0 | 0.32 | 289.01 | 0.3 | 0.54 |
| Hex | A0 | 66 | AD | 8 | 29 | 0 | 20 | 121 | 1E | 36 |
| Octal | 240 | 146 | 255 | 10 | 51 | 0 | 40 | 441 | 36 | 66 |
| Binary | 10100000 | 1100110 | 10101101 | 1000 | 101001 | 0 | 100000 | 100100001 | 11110 | 110110 |
Color Harmonies of #A066AD
Complementary color
Monochromatic Colors of #A066AD
Black with #A066AD
Text Example
Text Example
White with #A066AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066AD; }
p { color: rgb(160,102,173); }
H1.HeaderClassName
{
color: #A066AD;
}
.AnyTagClassName
{
color: #A066AD;
}
</style>
background-color css
<style>
a { background-color: #A066AD; }
a { background-color: rgb(160,102,173); }
div.DivClassName
{
background-color: #A066AD;
}
.BgClassName
{
background-color: #A066AD;
}
</style>
border-color css
<style>
span { border-color: #A066AD; }
span { border-color: rgb(160,102,173); }
td.TdClassName
{
border-color: #A066AD;
}
.TagClassName
{
border-color: #A066AD;
}
</style>