Shades of Violet Blue #A86D9C
Tints of Violet Blue #A86D9C
RGB
CMYK
RGB Variations
Color information
#A86D9C (or 0xA86D9C) is known color: Violet Blue. HEX triplet: A8, 6D and 9C. RGB value is (168,109,156). Sum of RGB (Red+Green+Blue) = 168+109+156=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9C is #579263. Grayscale: #838383. Windows color (decimal): -5739108 or 10251688. OLE color: 10251688.
HSL color Cylindrical-coordinate representation of color #A86D9C: hue angle of 312.2º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D9C is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 156 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.34 |
| HSL | 312.2º | 0.25% | 0.54% | - |
| HSV(B) | 312.2º | 0.35% | 0.66% | - |
| XYZ | 27.62 | 21.66 | 34.18 | - |
| YUV | 132 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 156 | 0 | 0.35 | 0.07 | 0.34 | 312.2 | 0.25 | 0.54 |
| Hex | A8 | 6D | 9C | 0 | 23 | 7 | 22 | 138 | 19 | 36 |
| Octal | 250 | 155 | 234 | 0 | 43 | 7 | 42 | 470 | 31 | 66 |
| Binary | 10101000 | 1101101 | 10011100 | 0 | 100011 | 111 | 100010 | 100111000 | 11001 | 110110 |
Color Harmonies of #A86D9C
Complementary color
Monochromatic Colors of #A86D9C
Black with #A86D9C
Text Example
Text Example
White with #A86D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D9C; }
p { color: rgb(168,109,156); }
H1.HeaderClassName
{
color: #A86D9C;
}
.AnyTagClassName
{
color: #A86D9C;
}
</style>
background-color css
<style>
a { background-color: #A86D9C; }
a { background-color: rgb(168,109,156); }
div.DivClassName
{
background-color: #A86D9C;
}
.BgClassName
{
background-color: #A86D9C;
}
</style>
border-color css
<style>
span { border-color: #A86D9C; }
span { border-color: rgb(168,109,156); }
td.TdClassName
{
border-color: #A86D9C;
}
.TagClassName
{
border-color: #A86D9C;
}
</style>