Shades of Violet Blue #A860AA
Tints of Violet Blue #A860AA
RGB
CMYK
RGB Variations
Color information
#A860AA (or 0xA860AA) is known color: Violet Blue. HEX triplet: A8, 60 and AA. RGB value is (168,96,170). Sum of RGB (Red+Green+Blue) = 168+96+170=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A860AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A860AA is #579F55. Grayscale: #7D7D7D. Windows color (decimal): -5742422 or 11165864. OLE color: 11165864.
HSL color Cylindrical-coordinate representation of color #A860AA: hue angle of 298.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A860AA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 96 | 170 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.33 |
| HSL | 298.38º | 0.3% | 0.52% | - |
| HSV(B) | 298.38º | 0.44% | 0.67% | - |
| XYZ | 27.59 | 19.59 | 40.36 | - |
| YUV | 125.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 170 | 0.01 | 0.44 | 0 | 0.33 | 298.38 | 0.3 | 0.52 |
| Hex | A8 | 60 | AA | 1 | 2C | 0 | 21 | 12A | 1E | 34 |
| Octal | 250 | 140 | 252 | 1 | 54 | 0 | 41 | 452 | 36 | 64 |
| Binary | 10101000 | 1100000 | 10101010 | 1 | 101100 | 0 | 100001 | 100101010 | 11110 | 110100 |
Color Harmonies of #A860AA
Complementary color
Monochromatic Colors of #A860AA
Black with #A860AA
Text Example
Text Example
White with #A860AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860AA; }
p { color: rgb(168,96,170); }
H1.HeaderClassName
{
color: #A860AA;
}
.AnyTagClassName
{
color: #A860AA;
}
</style>
background-color css
<style>
a { background-color: #A860AA; }
a { background-color: rgb(168,96,170); }
div.DivClassName
{
background-color: #A860AA;
}
.BgClassName
{
background-color: #A860AA;
}
</style>
border-color css
<style>
span { border-color: #A860AA; }
span { border-color: rgb(168,96,170); }
td.TdClassName
{
border-color: #A860AA;
}
.TagClassName
{
border-color: #A860AA;
}
</style>