Shades of Violet Blue #A066AA
Tints of Violet Blue #A066AA
RGB
CMYK
RGB Variations
Color information
#A066AA (or 0xA066AA) is known color: Violet Blue. HEX triplet: A0, 66 and AA. RGB value is (160,102,170). Sum of RGB (Red+Green+Blue) = 160+102+170=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A066AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AA is #5F9955. Grayscale: #7E7E7E. Windows color (decimal): -6265174 or 11167392. OLE color: 11167392.
HSL color Cylindrical-coordinate representation of color #A066AA: hue angle of 291.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A066AA is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 102 | 170 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.33 |
| HSL | 291.18º | 0.29% | 0.53% | - |
| HSV(B) | 291.18º | 0.4% | 0.67% | - |
| XYZ | 26.5 | 19.88 | 40.47 | - |
| YUV | 127.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 170 | 0.06 | 0.4 | 0 | 0.33 | 291.18 | 0.29 | 0.53 |
| Hex | A0 | 66 | AA | 6 | 28 | 0 | 21 | 123 | 1D | 35 |
| Octal | 240 | 146 | 252 | 6 | 50 | 0 | 41 | 443 | 35 | 65 |
| Binary | 10100000 | 1100110 | 10101010 | 110 | 101000 | 0 | 100001 | 100100011 | 11101 | 110101 |
Color Harmonies of #A066AA
Complementary color
Monochromatic Colors of #A066AA
Black with #A066AA
Text Example
Text Example
White with #A066AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066AA; }
p { color: rgb(160,102,170); }
H1.HeaderClassName
{
color: #A066AA;
}
.AnyTagClassName
{
color: #A066AA;
}
</style>
background-color css
<style>
a { background-color: #A066AA; }
a { background-color: rgb(160,102,170); }
div.DivClassName
{
background-color: #A066AA;
}
.BgClassName
{
background-color: #A066AA;
}
</style>
border-color css
<style>
span { border-color: #A066AA; }
span { border-color: rgb(160,102,170); }
td.TdClassName
{
border-color: #A066AA;
}
.TagClassName
{
border-color: #A066AA;
}
</style>