Shades of Violet Blue #A8409A
Tints of Violet Blue #A8409A
RGB
CMYK
RGB Variations
Color information
#A8409A (or 0xA8409A) is known color: Violet Blue. HEX triplet: A8, 40 and 9A. RGB value is (168,64,154). Sum of RGB (Red+Green+Blue) = 168+64+154=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A8409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8409A is #57BF65. Grayscale: #696969. Windows color (decimal): -5750630 or 10109096. OLE color: 10109096.
HSL color Cylindrical-coordinate representation of color #A8409A: hue angle of 308.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8409A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 154 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.34 |
| HSL | 308.08º | 0.45% | 0.45% | - |
| HSV(B) | 308.08º | 0.62% | 0.66% | - |
| XYZ | 23.81 | 14.32 | 32.08 | - |
| YUV | 105.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 154 | 0 | 0.62 | 0.08 | 0.34 | 308.08 | 0.45 | 0.45 |
| Hex | A8 | 40 | 9A | 0 | 3E | 8 | 22 | 134 | 2D | 2D |
| Octal | 250 | 100 | 232 | 0 | 76 | 10 | 42 | 464 | 55 | 55 |
| Binary | 10101000 | 1000000 | 10011010 | 0 | 111110 | 1000 | 100010 | 100110100 | 101101 | 101101 |
Color Harmonies of #A8409A
Complementary color
Monochromatic Colors of #A8409A
Black with #A8409A
Text Example
Text Example
White with #A8409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8409A; }
p { color: rgb(168,64,154); }
H1.HeaderClassName
{
color: #A8409A;
}
.AnyTagClassName
{
color: #A8409A;
}
</style>
background-color css
<style>
a { background-color: #A8409A; }
a { background-color: rgb(168,64,154); }
div.DivClassName
{
background-color: #A8409A;
}
.BgClassName
{
background-color: #A8409A;
}
</style>
border-color css
<style>
span { border-color: #A8409A; }
span { border-color: rgb(168,64,154); }
td.TdClassName
{
border-color: #A8409A;
}
.TagClassName
{
border-color: #A8409A;
}
</style>