Shades of Violet Blue #A8619B
Tints of Violet Blue #A8619B
RGB
CMYK
RGB Variations
Color information
#A8619B (or 0xA8619B) is known color: Violet Blue. HEX triplet: A8, 61 and 9B. RGB value is (168,97,155). Sum of RGB (Red+Green+Blue) = 168+97+155=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8619B is #579E64. Grayscale: #7C7C7C. Windows color (decimal): -5742181 or 10183080. OLE color: 10183080.
HSL color Cylindrical-coordinate representation of color #A8619B: hue angle of 310.99º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8619B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 155 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.34 |
| HSL | 310.99º | 0.29% | 0.52% | - |
| HSV(B) | 310.99º | 0.42% | 0.66% | - |
| XYZ | 26.34 | 19.24 | 33.34 | - |
| YUV | 124.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 155 | 0 | 0.42 | 0.08 | 0.34 | 310.99 | 0.29 | 0.52 |
| Hex | A8 | 61 | 9B | 0 | 2A | 8 | 22 | 137 | 1D | 34 |
| Octal | 250 | 141 | 233 | 0 | 52 | 10 | 42 | 467 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10011011 | 0 | 101010 | 1000 | 100010 | 100110111 | 11101 | 110100 |
Color Harmonies of #A8619B
Complementary color
Monochromatic Colors of #A8619B
Black with #A8619B
Text Example
Text Example
White with #A8619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8619B; }
p { color: rgb(168,97,155); }
H1.HeaderClassName
{
color: #A8619B;
}
.AnyTagClassName
{
color: #A8619B;
}
</style>
background-color css
<style>
a { background-color: #A8619B; }
a { background-color: rgb(168,97,155); }
div.DivClassName
{
background-color: #A8619B;
}
.BgClassName
{
background-color: #A8619B;
}
</style>
border-color css
<style>
span { border-color: #A8619B; }
span { border-color: rgb(168,97,155); }
td.TdClassName
{
border-color: #A8619B;
}
.TagClassName
{
border-color: #A8619B;
}
</style>