Shades of Violet Blue #A858AD
Tints of Violet Blue #A858AD
RGB
CMYK
RGB Variations
Color information
#A858AD (or 0xA858AD) is known color: Violet Blue. HEX triplet: A8, 58 and AD. RGB value is (168,88,173). Sum of RGB (Red+Green+Blue) = 168+88+173=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #A858AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AD is #57A752. Grayscale: #797979. Windows color (decimal): -5744467 or 11360424. OLE color: 11360424.
HSL color Cylindrical-coordinate representation of color #A858AD: hue angle of 296.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A858AD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 88 | 173 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.32 |
| HSL | 296.47º | 0.34% | 0.51% | - |
| HSV(B) | 296.47º | 0.49% | 0.68% | - |
| XYZ | 27.18 | 18.32 | 41.64 | - |
| YUV | 121.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 173 | 0.03 | 0.49 | 0 | 0.32 | 296.47 | 0.34 | 0.51 |
| Hex | A8 | 58 | AD | 3 | 31 | 0 | 20 | 128 | 22 | 33 |
| Octal | 250 | 130 | 255 | 3 | 61 | 0 | 40 | 450 | 42 | 63 |
| Binary | 10101000 | 1011000 | 10101101 | 11 | 110001 | 0 | 100000 | 100101000 | 100010 | 110011 |
Color Harmonies of #A858AD
Complementary color
Monochromatic Colors of #A858AD
Black with #A858AD
Text Example
Text Example
White with #A858AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858AD; }
p { color: rgb(168,88,173); }
H1.HeaderClassName
{
color: #A858AD;
}
.AnyTagClassName
{
color: #A858AD;
}
</style>
background-color css
<style>
a { background-color: #A858AD; }
a { background-color: rgb(168,88,173); }
div.DivClassName
{
background-color: #A858AD;
}
.BgClassName
{
background-color: #A858AD;
}
</style>
border-color css
<style>
span { border-color: #A858AD; }
span { border-color: rgb(168,88,173); }
td.TdClassName
{
border-color: #A858AD;
}
.TagClassName
{
border-color: #A858AD;
}
</style>