Shades of Violet Blue #A870AE
Tints of Violet Blue #A870AE
RGB
CMYK
RGB Variations
Color information
#A870AE (or 0xA870AE) is known color: Violet Blue. HEX triplet: A8, 70 and AE. RGB value is (168,112,174). Sum of RGB (Red+Green+Blue) = 168+112+174=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #A870AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A870AE is #578F51. Grayscale: #878787. Windows color (decimal): -5738322 or 11432104. OLE color: 11432104.
HSL color Cylindrical-coordinate representation of color #A870AE: hue angle of 294.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A870AE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 112 | 174 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.32 |
| HSL | 294.19º | 0.28% | 0.56% | - |
| HSV(B) | 294.19º | 0.36% | 0.68% | - |
| XYZ | 29.58 | 22.97 | 42.92 | - |
| YUV | 135.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 174 | 0.03 | 0.36 | 0 | 0.32 | 294.19 | 0.28 | 0.56 |
| Hex | A8 | 70 | AE | 3 | 24 | 0 | 20 | 126 | 1C | 38 |
| Octal | 250 | 160 | 256 | 3 | 44 | 0 | 40 | 446 | 34 | 70 |
| Binary | 10101000 | 1110000 | 10101110 | 11 | 100100 | 0 | 100000 | 100100110 | 11100 | 111000 |
Color Harmonies of #A870AE
Complementary color
Monochromatic Colors of #A870AE
Black with #A870AE
Text Example
Text Example
White with #A870AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870AE; }
p { color: rgb(168,112,174); }
H1.HeaderClassName
{
color: #A870AE;
}
.AnyTagClassName
{
color: #A870AE;
}
</style>
background-color css
<style>
a { background-color: #A870AE; }
a { background-color: rgb(168,112,174); }
div.DivClassName
{
background-color: #A870AE;
}
.BgClassName
{
background-color: #A870AE;
}
</style>
border-color css
<style>
span { border-color: #A870AE; }
span { border-color: rgb(168,112,174); }
td.TdClassName
{
border-color: #A870AE;
}
.TagClassName
{
border-color: #A870AE;
}
</style>