Shades of Violet Blue #A858AB
Tints of Violet Blue #A858AB
RGB
CMYK
RGB Variations
Color information
#A858AB (or 0xA858AB) is known color: Violet Blue. HEX triplet: A8, 58 and AB. RGB value is (168,88,171). Sum of RGB (Red+Green+Blue) = 168+88+171=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A858AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AB is #57A754. Grayscale: #797979. Windows color (decimal): -5744469 or 11229352. OLE color: 11229352.
HSL color Cylindrical-coordinate representation of color #A858AB: hue angle of 297.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A858AB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 88 | 171 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.33 |
| HSL | 297.83º | 0.33% | 0.51% | - |
| HSV(B) | 297.83º | 0.49% | 0.67% | - |
| XYZ | 26.99 | 18.24 | 40.63 | - |
| YUV | 121.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 171 | 0.02 | 0.49 | 0 | 0.33 | 297.83 | 0.33 | 0.51 |
| Hex | A8 | 58 | AB | 2 | 31 | 0 | 21 | 12A | 21 | 33 |
| Octal | 250 | 130 | 253 | 2 | 61 | 0 | 41 | 452 | 41 | 63 |
| Binary | 10101000 | 1011000 | 10101011 | 10 | 110001 | 0 | 100001 | 100101010 | 100001 | 110011 |
Color Harmonies of #A858AB
Complementary color
Monochromatic Colors of #A858AB
Black with #A858AB
Text Example
Text Example
White with #A858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858AB; }
p { color: rgb(168,88,171); }
H1.HeaderClassName
{
color: #A858AB;
}
.AnyTagClassName
{
color: #A858AB;
}
</style>
background-color css
<style>
a { background-color: #A858AB; }
a { background-color: rgb(168,88,171); }
div.DivClassName
{
background-color: #A858AB;
}
.BgClassName
{
background-color: #A858AB;
}
</style>
border-color css
<style>
span { border-color: #A858AB; }
span { border-color: rgb(168,88,171); }
td.TdClassName
{
border-color: #A858AB;
}
.TagClassName
{
border-color: #A858AB;
}
</style>