Shades of Violet Blue #A871B2
Tints of Violet Blue #A871B2
RGB
CMYK
RGB Variations
Color information
#A871B2 (or 0xA871B2) is known color: Violet Blue. HEX triplet: A8, 71 and B2. RGB value is (168,113,178). Sum of RGB (Red+Green+Blue) = 168+113+178=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #A871B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871B2 is #578E4D. Grayscale: #888888. Windows color (decimal): -5738062 or 11694504. OLE color: 11694504.
HSL color Cylindrical-coordinate representation of color #A871B2: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A871B2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 113 | 178 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.30 |
| HSL | 290.77º | 0.3% | 0.57% | - |
| HSV(B) | 290.77º | 0.37% | 0.7% | - |
| XYZ | 30.09 | 23.35 | 45.04 | - |
| YUV | 136.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 178 | 0.06 | 0.37 | 0 | 0.30 | 290.77 | 0.3 | 0.57 |
| Hex | A8 | 71 | B2 | 6 | 25 | 0 | 1E | 123 | 1E | 39 |
| Octal | 250 | 161 | 262 | 6 | 45 | 0 | 36 | 443 | 36 | 71 |
| Binary | 10101000 | 1110001 | 10110010 | 110 | 100101 | 0 | 11110 | 100100011 | 11110 | 111001 |
Color Harmonies of #A871B2
Complementary color
Monochromatic Colors of #A871B2
Black with #A871B2
Text Example
Text Example
White with #A871B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871B2; }
p { color: rgb(168,113,178); }
H1.HeaderClassName
{
color: #A871B2;
}
.AnyTagClassName
{
color: #A871B2;
}
</style>
background-color css
<style>
a { background-color: #A871B2; }
a { background-color: rgb(168,113,178); }
div.DivClassName
{
background-color: #A871B2;
}
.BgClassName
{
background-color: #A871B2;
}
</style>
border-color css
<style>
span { border-color: #A871B2; }
span { border-color: rgb(168,113,178); }
td.TdClassName
{
border-color: #A871B2;
}
.TagClassName
{
border-color: #A871B2;
}
</style>