Shades of Violet Blue #A860B0
Tints of Violet Blue #A860B0
RGB
CMYK
RGB Variations
Color information
#A860B0 (or 0xA860B0) is known color: Violet Blue. HEX triplet: A8, 60 and B0. RGB value is (168,96,176). Sum of RGB (Red+Green+Blue) = 168+96+176=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #A860B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A860B0 is #579F4F. Grayscale: #7E7E7E. Windows color (decimal): -5742416 or 11559080. OLE color: 11559080.
HSL color Cylindrical-coordinate representation of color #A860B0: hue angle of 294º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A860B0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 96 | 176 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.31 |
| HSL | 294º | 0.34% | 0.53% | - |
| HSV(B) | 294º | 0.45% | 0.69% | - |
| XYZ | 28.17 | 19.83 | 43.42 | - |
| YUV | 126.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 176 | 0.05 | 0.45 | 0 | 0.31 | 294 | 0.34 | 0.53 |
| Hex | A8 | 60 | B0 | 5 | 2D | 0 | 1F | 126 | 22 | 35 |
| Octal | 250 | 140 | 260 | 5 | 55 | 0 | 37 | 446 | 42 | 65 |
| Binary | 10101000 | 1100000 | 10110000 | 101 | 101101 | 0 | 11111 | 100100110 | 100010 | 110101 |
Color Harmonies of #A860B0
Complementary color
Monochromatic Colors of #A860B0
Black with #A860B0
Text Example
Text Example
White with #A860B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A860B0; }
p { color: rgb(168,96,176); }
H1.HeaderClassName
{
color: #A860B0;
}
.AnyTagClassName
{
color: #A860B0;
}
</style>
background-color css
<style>
a { background-color: #A860B0; }
a { background-color: rgb(168,96,176); }
div.DivClassName
{
background-color: #A860B0;
}
.BgClassName
{
background-color: #A860B0;
}
</style>
border-color css
<style>
span { border-color: #A860B0; }
span { border-color: rgb(168,96,176); }
td.TdClassName
{
border-color: #A860B0;
}
.TagClassName
{
border-color: #A860B0;
}
</style>