Shades of Violet Blue #A859B2
Tints of Violet Blue #A859B2
RGB
CMYK
RGB Variations
Color information
#A859B2 (or 0xA859B2) is known color: Violet Blue. HEX triplet: A8, 59 and B2. RGB value is (168,89,178). Sum of RGB (Red+Green+Blue) = 168+89+178=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #A859B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859B2 is #57A64D. Grayscale: #7A7A7A. Windows color (decimal): -5744206 or 11688360. OLE color: 11688360.
HSL color Cylindrical-coordinate representation of color #A859B2: hue angle of 293.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A859B2 is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 89 | 178 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.30 |
| HSL | 293.26º | 0.37% | 0.52% | - |
| HSV(B) | 293.26º | 0.5% | 0.7% | - |
| XYZ | 27.76 | 18.68 | 44.26 | - |
| YUV | 122.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 178 | 0.06 | 0.5 | 0 | 0.30 | 293.26 | 0.37 | 0.52 |
| Hex | A8 | 59 | B2 | 6 | 32 | 0 | 1E | 125 | 25 | 34 |
| Octal | 250 | 131 | 262 | 6 | 62 | 0 | 36 | 445 | 45 | 64 |
| Binary | 10101000 | 1011001 | 10110010 | 110 | 110010 | 0 | 11110 | 100100101 | 100101 | 110100 |
Color Harmonies of #A859B2
Complementary color
Monochromatic Colors of #A859B2
Black with #A859B2
Text Example
Text Example
White with #A859B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859B2; }
p { color: rgb(168,89,178); }
H1.HeaderClassName
{
color: #A859B2;
}
.AnyTagClassName
{
color: #A859B2;
}
</style>
background-color css
<style>
a { background-color: #A859B2; }
a { background-color: rgb(168,89,178); }
div.DivClassName
{
background-color: #A859B2;
}
.BgClassName
{
background-color: #A859B2;
}
</style>
border-color css
<style>
span { border-color: #A859B2; }
span { border-color: rgb(168,89,178); }
td.TdClassName
{
border-color: #A859B2;
}
.TagClassName
{
border-color: #A859B2;
}
</style>