Shades of Violet Blue #A858AA
Tints of Violet Blue #A858AA
RGB
CMYK
RGB Variations
Color information
#A858AA (or 0xA858AA) is known color: Violet Blue. HEX triplet: A8, 58 and AA. RGB value is (168,88,170). Sum of RGB (Red+Green+Blue) = 168+88+170=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A858AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A858AA is #57A755. Grayscale: #797979. Windows color (decimal): -5744470 or 11163816. OLE color: 11163816.
HSL color Cylindrical-coordinate representation of color #A858AA: hue angle of 298.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A858AA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 88 | 170 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.33 |
| HSL | 298.54º | 0.33% | 0.51% | - |
| HSV(B) | 298.54º | 0.48% | 0.67% | - |
| XYZ | 26.89 | 18.21 | 40.13 | - |
| YUV | 121.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 170 | 0.01 | 0.48 | 0 | 0.33 | 298.54 | 0.33 | 0.51 |
| Hex | A8 | 58 | AA | 1 | 30 | 0 | 21 | 12B | 21 | 33 |
| Octal | 250 | 130 | 252 | 1 | 60 | 0 | 41 | 453 | 41 | 63 |
| Binary | 10101000 | 1011000 | 10101010 | 1 | 110000 | 0 | 100001 | 100101011 | 100001 | 110011 |
Color Harmonies of #A858AA
Complementary color
Monochromatic Colors of #A858AA
Black with #A858AA
Text Example
Text Example
White with #A858AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858AA; }
p { color: rgb(168,88,170); }
H1.HeaderClassName
{
color: #A858AA;
}
.AnyTagClassName
{
color: #A858AA;
}
</style>
background-color css
<style>
a { background-color: #A858AA; }
a { background-color: rgb(168,88,170); }
div.DivClassName
{
background-color: #A858AA;
}
.BgClassName
{
background-color: #A858AA;
}
</style>
border-color css
<style>
span { border-color: #A858AA; }
span { border-color: rgb(168,88,170); }
td.TdClassName
{
border-color: #A858AA;
}
.TagClassName
{
border-color: #A858AA;
}
</style>