Shades of Violet Blue #A858AF
Tints of Violet Blue #A858AF
RGB
CMYK
RGB Variations
Color information
#A858AF (or 0xA858AF) is known color: Violet Blue. HEX triplet: A8, 58 and AF. RGB value is (168,88,175). Sum of RGB (Red+Green+Blue) = 168+88+175=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #A858AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AF is #57A750. Grayscale: #797979. Windows color (decimal): -5744465 or 11491496. OLE color: 11491496.
HSL color Cylindrical-coordinate representation of color #A858AF: hue angle of 295.17º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A858AF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 88 | 175 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.31 |
| HSL | 295.17º | 0.35% | 0.52% | - |
| HSV(B) | 295.17º | 0.5% | 0.69% | - |
| XYZ | 27.38 | 18.4 | 42.67 | - |
| YUV | 121.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 175 | 0.04 | 0.50 | 0 | 0.31 | 295.17 | 0.35 | 0.52 |
| Hex | A8 | 58 | AF | 4 | 32 | 0 | 1F | 127 | 23 | 34 |
| Octal | 250 | 130 | 257 | 4 | 62 | 0 | 37 | 447 | 43 | 64 |
| Binary | 10101000 | 1011000 | 10101111 | 100 | 110010 | 0 | 11111 | 100100111 | 100011 | 110100 |
Color Harmonies of #A858AF
Complementary color
Monochromatic Colors of #A858AF
Black with #A858AF
Text Example
Text Example
White with #A858AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858AF; }
p { color: rgb(168,88,175); }
H1.HeaderClassName
{
color: #A858AF;
}
.AnyTagClassName
{
color: #A858AF;
}
</style>
background-color css
<style>
a { background-color: #A858AF; }
a { background-color: rgb(168,88,175); }
div.DivClassName
{
background-color: #A858AF;
}
.BgClassName
{
background-color: #A858AF;
}
</style>
border-color css
<style>
span { border-color: #A858AF; }
span { border-color: rgb(168,88,175); }
td.TdClassName
{
border-color: #A858AF;
}
.TagClassName
{
border-color: #A858AF;
}
</style>