Shades of Violet Blue #A8459B
Tints of Violet Blue #A8459B
RGB
CMYK
RGB Variations
Color information
#A8459B (or 0xA8459B) is known color: Violet Blue. HEX triplet: A8, 45 and 9B. RGB value is (168,69,155). Sum of RGB (Red+Green+Blue) = 168+69+155=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8459B is #57BA64. Grayscale: #6C6C6C. Windows color (decimal): -5749349 or 10175912. OLE color: 10175912.
HSL color Cylindrical-coordinate representation of color #A8459B: hue angle of 307.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8459B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 155 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.34 |
| HSL | 307.88º | 0.42% | 0.46% | - |
| HSV(B) | 307.88º | 0.59% | 0.66% | - |
| XYZ | 24.19 | 14.95 | 32.62 | - |
| YUV | 108.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 155 | 0 | 0.59 | 0.08 | 0.34 | 307.88 | 0.42 | 0.46 |
| Hex | A8 | 45 | 9B | 0 | 3B | 8 | 22 | 134 | 2A | 2E |
| Octal | 250 | 105 | 233 | 0 | 73 | 10 | 42 | 464 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10011011 | 0 | 111011 | 1000 | 100010 | 100110100 | 101010 | 101110 |
Color Harmonies of #A8459B
Complementary color
Monochromatic Colors of #A8459B
Black with #A8459B
Text Example
Text Example
White with #A8459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8459B; }
p { color: rgb(168,69,155); }
H1.HeaderClassName
{
color: #A8459B;
}
.AnyTagClassName
{
color: #A8459B;
}
</style>
background-color css
<style>
a { background-color: #A8459B; }
a { background-color: rgb(168,69,155); }
div.DivClassName
{
background-color: #A8459B;
}
.BgClassName
{
background-color: #A8459B;
}
</style>
border-color css
<style>
span { border-color: #A8459B; }
span { border-color: rgb(168,69,155); }
td.TdClassName
{
border-color: #A8459B;
}
.TagClassName
{
border-color: #A8459B;
}
</style>