Shades of Violet Blue #A866A9
Tints of Violet Blue #A866A9
RGB
CMYK
RGB Variations
Color information
#A866A9 (or 0xA866A9) is known color: Violet Blue. HEX triplet: A8, 66 and A9. RGB value is (168,102,169). Sum of RGB (Red+Green+Blue) = 168+102+169=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 169 - color contains mainly: blue. Hex color #A866A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A866A9 is #579956. Grayscale: #818181. Windows color (decimal): -5740887 or 11101864. OLE color: 11101864.
HSL color Cylindrical-coordinate representation of color #A866A9: hue angle of 299.1º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A866A9 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 169 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.34 |
| HSL | 299.1º | 0.28% | 0.53% | - |
| HSV(B) | 299.1º | 0.4% | 0.66% | - |
| XYZ | 28.06 | 20.69 | 40.05 | - |
| YUV | 129.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 169 | 0.01 | 0.40 | 0 | 0.34 | 299.1 | 0.28 | 0.53 |
| Hex | A8 | 66 | A9 | 1 | 28 | 0 | 22 | 12B | 1C | 35 |
| Octal | 250 | 146 | 251 | 1 | 50 | 0 | 42 | 453 | 34 | 65 |
| Binary | 10101000 | 1100110 | 10101001 | 1 | 101000 | 0 | 100010 | 100101011 | 11100 | 110101 |
Color Harmonies of #A866A9
Complementary color
Monochromatic Colors of #A866A9
Black with #A866A9
Text Example
Text Example
White with #A866A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866A9; }
p { color: rgb(168,102,169); }
H1.HeaderClassName
{
color: #A866A9;
}
.AnyTagClassName
{
color: #A866A9;
}
</style>
background-color css
<style>
a { background-color: #A866A9; }
a { background-color: rgb(168,102,169); }
div.DivClassName
{
background-color: #A866A9;
}
.BgClassName
{
background-color: #A866A9;
}
</style>
border-color css
<style>
span { border-color: #A866A9; }
span { border-color: rgb(168,102,169); }
td.TdClassName
{
border-color: #A866A9;
}
.TagClassName
{
border-color: #A866A9;
}
</style>