Shades of Violet Blue #A860B1
Tints of Violet Blue #A860B1
RGB
CMYK
RGB Variations
Color information
#A860B1 (or 0xA860B1) is known color: Violet Blue. HEX triplet: A8, 60 and B1. RGB value is (168,96,177). Sum of RGB (Red+Green+Blue) = 168+96+177=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #A860B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A860B1 is #579F4E. Grayscale: #7E7E7E. Windows color (decimal): -5742415 or 11624616. OLE color: 11624616.
HSL color Cylindrical-coordinate representation of color #A860B1: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A860B1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 96 | 177 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.31 |
| HSL | 293.33º | 0.34% | 0.54% | - |
| HSV(B) | 293.33º | 0.46% | 0.69% | - |
| XYZ | 28.27 | 19.86 | 43.94 | - |
| YUV | 126.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 177 | 0.05 | 0.46 | 0 | 0.31 | 293.33 | 0.34 | 0.54 |
| Hex | A8 | 60 | B1 | 5 | 2E | 0 | 1F | 125 | 22 | 36 |
| Octal | 250 | 140 | 261 | 5 | 56 | 0 | 37 | 445 | 42 | 66 |
| Binary | 10101000 | 1100000 | 10110001 | 101 | 101110 | 0 | 11111 | 100100101 | 100010 | 110110 |
Color Harmonies of #A860B1
Complementary color
Monochromatic Colors of #A860B1
Black with #A860B1
Text Example
Text Example
White with #A860B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860B1; }
p { color: rgb(168,96,177); }
H1.HeaderClassName
{
color: #A860B1;
}
.AnyTagClassName
{
color: #A860B1;
}
</style>
background-color css
<style>
a { background-color: #A860B1; }
a { background-color: rgb(168,96,177); }
div.DivClassName
{
background-color: #A860B1;
}
.BgClassName
{
background-color: #A860B1;
}
</style>
border-color css
<style>
span { border-color: #A860B1; }
span { border-color: rgb(168,96,177); }
td.TdClassName
{
border-color: #A860B1;
}
.TagClassName
{
border-color: #A860B1;
}
</style>