Shades of Violet Blue #A876AE
Tints of Violet Blue #A876AE
RGB
CMYK
RGB Variations
Color information
#A876AE (or 0xA876AE) is known color: Violet Blue. HEX triplet: A8, 76 and AE. RGB value is (168,118,174). Sum of RGB (Red+Green+Blue) = 168+118+174=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A876AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AE is #578951. Grayscale: #8B8B8B. Windows color (decimal): -5736786 or 11433640. OLE color: 11433640.
HSL color Cylindrical-coordinate representation of color #A876AE: hue angle of 293.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A876AE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 118 | 174 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.32 |
| HSL | 293.57º | 0.26% | 0.57% | - |
| HSV(B) | 293.57º | 0.32% | 0.68% | - |
| XYZ | 30.27 | 24.34 | 43.15 | - |
| YUV | 139.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 174 | 0.03 | 0.32 | 0 | 0.32 | 293.57 | 0.26 | 0.57 |
| Hex | A8 | 76 | AE | 3 | 20 | 0 | 20 | 126 | 1A | 39 |
| Octal | 250 | 166 | 256 | 3 | 40 | 0 | 40 | 446 | 32 | 71 |
| Binary | 10101000 | 1110110 | 10101110 | 11 | 100000 | 0 | 100000 | 100100110 | 11010 | 111001 |
Color Harmonies of #A876AE
Complementary color
Monochromatic Colors of #A876AE
Black with #A876AE
Text Example
Text Example
White with #A876AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876AE; }
p { color: rgb(168,118,174); }
H1.HeaderClassName
{
color: #A876AE;
}
.AnyTagClassName
{
color: #A876AE;
}
</style>
background-color css
<style>
a { background-color: #A876AE; }
a { background-color: rgb(168,118,174); }
div.DivClassName
{
background-color: #A876AE;
}
.BgClassName
{
background-color: #A876AE;
}
</style>
border-color css
<style>
span { border-color: #A876AE; }
span { border-color: rgb(168,118,174); }
td.TdClassName
{
border-color: #A876AE;
}
.TagClassName
{
border-color: #A876AE;
}
</style>