Shades of Violet Blue #A8429A
Tints of Violet Blue #A8429A
RGB
CMYK
RGB Variations
Color information
#A8429A (or 0xA8429A) is known color: Violet Blue. HEX triplet: A8, 42 and 9A. RGB value is (168,66,154). Sum of RGB (Red+Green+Blue) = 168+66+154=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8429A is #57BD65. Grayscale: #6A6A6A. Windows color (decimal): -5750118 or 10109608. OLE color: 10109608.
HSL color Cylindrical-coordinate representation of color #A8429A: hue angle of 308.24º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8429A is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 154 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.34 |
| HSL | 308.24º | 0.44% | 0.46% | - |
| HSV(B) | 308.24º | 0.61% | 0.66% | - |
| XYZ | 23.93 | 14.55 | 32.12 | - |
| YUV | 106.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 154 | 0 | 0.61 | 0.08 | 0.34 | 308.24 | 0.44 | 0.46 |
| Hex | A8 | 42 | 9A | 0 | 3D | 8 | 22 | 134 | 2C | 2E |
| Octal | 250 | 102 | 232 | 0 | 75 | 10 | 42 | 464 | 54 | 56 |
| Binary | 10101000 | 1000010 | 10011010 | 0 | 111101 | 1000 | 100010 | 100110100 | 101100 | 101110 |
Color Harmonies of #A8429A
Complementary color
Monochromatic Colors of #A8429A
Black with #A8429A
Text Example
Text Example
White with #A8429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8429A; }
p { color: rgb(168,66,154); }
H1.HeaderClassName
{
color: #A8429A;
}
.AnyTagClassName
{
color: #A8429A;
}
</style>
background-color css
<style>
a { background-color: #A8429A; }
a { background-color: rgb(168,66,154); }
div.DivClassName
{
background-color: #A8429A;
}
.BgClassName
{
background-color: #A8429A;
}
</style>
border-color css
<style>
span { border-color: #A8429A; }
span { border-color: rgb(168,66,154); }
td.TdClassName
{
border-color: #A8429A;
}
.TagClassName
{
border-color: #A8429A;
}
</style>