Shades of Violet Blue #A8639C
Tints of Violet Blue #A8639C
RGB
CMYK
RGB Variations
Color information
#A8639C (or 0xA8639C) is known color: Violet Blue. HEX triplet: A8, 63 and 9C. RGB value is (168,99,156). Sum of RGB (Red+Green+Blue) = 168+99+156=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8639C is #579C63. Grayscale: #7D7D7D. Windows color (decimal): -5741668 or 10249128. OLE color: 10249128.
HSL color Cylindrical-coordinate representation of color #A8639C: hue angle of 310.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8639C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 156 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.34 |
| HSL | 310.43º | 0.28% | 0.52% | - |
| HSV(B) | 310.43º | 0.41% | 0.66% | - |
| XYZ | 26.61 | 19.65 | 33.84 | - |
| YUV | 126.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 156 | 0 | 0.41 | 0.07 | 0.34 | 310.43 | 0.28 | 0.52 |
| Hex | A8 | 63 | 9C | 0 | 29 | 7 | 22 | 136 | 1C | 34 |
| Octal | 250 | 143 | 234 | 0 | 51 | 7 | 42 | 466 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10011100 | 0 | 101001 | 111 | 100010 | 100110110 | 11100 | 110100 |
Color Harmonies of #A8639C
Complementary color
Monochromatic Colors of #A8639C
Black with #A8639C
Text Example
Text Example
White with #A8639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8639C; }
p { color: rgb(168,99,156); }
H1.HeaderClassName
{
color: #A8639C;
}
.AnyTagClassName
{
color: #A8639C;
}
</style>
background-color css
<style>
a { background-color: #A8639C; }
a { background-color: rgb(168,99,156); }
div.DivClassName
{
background-color: #A8639C;
}
.BgClassName
{
background-color: #A8639C;
}
</style>
border-color css
<style>
span { border-color: #A8639C; }
span { border-color: rgb(168,99,156); }
td.TdClassName
{
border-color: #A8639C;
}
.TagClassName
{
border-color: #A8639C;
}
</style>