Shades of Violet Blue #A8429D
Tints of Violet Blue #A8429D
RGB
CMYK
RGB Variations
Color information
#A8429D (or 0xA8429D) is known color: Violet Blue. HEX triplet: A8, 42 and 9D. RGB value is (168,66,157). Sum of RGB (Red+Green+Blue) = 168+66+157=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8429D is #57BD62. Grayscale: #6A6A6A. Windows color (decimal): -5750115 or 10306216. OLE color: 10306216.
HSL color Cylindrical-coordinate representation of color #A8429D: hue angle of 306.47º 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 #A8429D is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 157 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.34 |
| HSL | 306.47º | 0.44% | 0.46% | - |
| HSV(B) | 306.47º | 0.61% | 0.66% | - |
| XYZ | 24.18 | 14.66 | 33.45 | - |
| YUV | 106.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 157 | 0 | 0.61 | 0.07 | 0.34 | 306.47 | 0.44 | 0.46 |
| Hex | A8 | 42 | 9D | 0 | 3D | 7 | 22 | 132 | 2C | 2E |
| Octal | 250 | 102 | 235 | 0 | 75 | 7 | 42 | 462 | 54 | 56 |
| Binary | 10101000 | 1000010 | 10011101 | 0 | 111101 | 111 | 100010 | 100110010 | 101100 | 101110 |
Color Harmonies of #A8429D
Complementary color
Monochromatic Colors of #A8429D
Black with #A8429D
Text Example
Text Example
White with #A8429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8429D; }
p { color: rgb(168,66,157); }
H1.HeaderClassName
{
color: #A8429D;
}
.AnyTagClassName
{
color: #A8429D;
}
</style>
background-color css
<style>
a { background-color: #A8429D; }
a { background-color: rgb(168,66,157); }
div.DivClassName
{
background-color: #A8429D;
}
.BgClassName
{
background-color: #A8429D;
}
</style>
border-color css
<style>
span { border-color: #A8429D; }
span { border-color: rgb(168,66,157); }
td.TdClassName
{
border-color: #A8429D;
}
.TagClassName
{
border-color: #A8429D;
}
</style>