Shades of Violet Blue #A869AA
Tints of Violet Blue #A869AA
RGB
CMYK
RGB Variations
Color information
#A869AA (or 0xA869AA) is known color: Violet Blue. HEX triplet: A8, 69 and AA. RGB value is (168,105,170). Sum of RGB (Red+Green+Blue) = 168+105+170=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A869AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A869AA is #579655. Grayscale: #838383. Windows color (decimal): -5740118 or 11168168. OLE color: 11168168.
HSL color Cylindrical-coordinate representation of color #A869AA: hue angle of 298.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A869AA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 105 | 170 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.33 |
| HSL | 298.15º | 0.28% | 0.54% | - |
| HSV(B) | 298.15º | 0.38% | 0.67% | - |
| XYZ | 28.46 | 21.33 | 40.65 | - |
| YUV | 131.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 170 | 0.01 | 0.38 | 0 | 0.33 | 298.15 | 0.28 | 0.54 |
| Hex | A8 | 69 | AA | 1 | 26 | 0 | 21 | 12A | 1C | 36 |
| Octal | 250 | 151 | 252 | 1 | 46 | 0 | 41 | 452 | 34 | 66 |
| Binary | 10101000 | 1101001 | 10101010 | 1 | 100110 | 0 | 100001 | 100101010 | 11100 | 110110 |
Color Harmonies of #A869AA
Complementary color
Monochromatic Colors of #A869AA
Black with #A869AA
Text Example
Text Example
White with #A869AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869AA; }
p { color: rgb(168,105,170); }
H1.HeaderClassName
{
color: #A869AA;
}
.AnyTagClassName
{
color: #A869AA;
}
</style>
background-color css
<style>
a { background-color: #A869AA; }
a { background-color: rgb(168,105,170); }
div.DivClassName
{
background-color: #A869AA;
}
.BgClassName
{
background-color: #A869AA;
}
</style>
border-color css
<style>
span { border-color: #A869AA; }
span { border-color: rgb(168,105,170); }
td.TdClassName
{
border-color: #A869AA;
}
.TagClassName
{
border-color: #A869AA;
}
</style>