Shades of Violet Blue #A8439A
Tints of Violet Blue #A8439A
RGB
CMYK
RGB Variations
Color information
#A8439A (or 0xA8439A) is known color: Violet Blue. HEX triplet: A8, 43 and 9A. RGB value is (168,67,154). Sum of RGB (Red+Green+Blue) = 168+67+154=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8439A is #57BC65. Grayscale: #6A6A6A. Windows color (decimal): -5749862 or 10109864. OLE color: 10109864.
HSL color Cylindrical-coordinate representation of color #A8439A: hue angle of 308.32º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8439A is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 154 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.34 |
| HSL | 308.32º | 0.43% | 0.46% | - |
| HSV(B) | 308.32º | 0.6% | 0.66% | - |
| XYZ | 23.99 | 14.67 | 32.14 | - |
| YUV | 107.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 154 | 0 | 0.60 | 0.08 | 0.34 | 308.32 | 0.43 | 0.46 |
| Hex | A8 | 43 | 9A | 0 | 3C | 8 | 22 | 134 | 2B | 2E |
| Octal | 250 | 103 | 232 | 0 | 74 | 10 | 42 | 464 | 53 | 56 |
| Binary | 10101000 | 1000011 | 10011010 | 0 | 111100 | 1000 | 100010 | 100110100 | 101011 | 101110 |
Color Harmonies of #A8439A
Complementary color
Monochromatic Colors of #A8439A
Black with #A8439A
Text Example
Text Example
White with #A8439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8439A; }
p { color: rgb(168,67,154); }
H1.HeaderClassName
{
color: #A8439A;
}
.AnyTagClassName
{
color: #A8439A;
}
</style>
background-color css
<style>
a { background-color: #A8439A; }
a { background-color: rgb(168,67,154); }
div.DivClassName
{
background-color: #A8439A;
}
.BgClassName
{
background-color: #A8439A;
}
</style>
border-color css
<style>
span { border-color: #A8439A; }
span { border-color: rgb(168,67,154); }
td.TdClassName
{
border-color: #A8439A;
}
.TagClassName
{
border-color: #A8439A;
}
</style>