Shades of Violet Blue #A139A8
Tints of Violet Blue #A139A8
RGB
CMYK
RGB Variations
Color information
#A139A8 (or 0xA139A8) is known color: Violet Blue. HEX triplet: A1, 39 and A8. RGB value is (161,57,168). Sum of RGB (Red+Green+Blue) = 161+57+168=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 168 - color contains mainly: blue. Hex color #A139A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139A8 is #5EC657. Grayscale: #646464. Windows color (decimal): -6211160 or 11024801. OLE color: 11024801.
HSL color Cylindrical-coordinate representation of color #A139A8: hue angle of 296.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A139A8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 57 | 168 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.34 |
| HSL | 296.22º | 0.49% | 0.44% | - |
| HSV(B) | 296.22º | 0.66% | 0.66% | - |
| XYZ | 23.23 | 13.33 | 38.39 | - |
| YUV | 100.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 168 | 0.04 | 0.66 | 0 | 0.34 | 296.22 | 0.49 | 0.44 |
| Hex | A1 | 39 | A8 | 4 | 42 | 0 | 22 | 128 | 31 | 2C |
| Octal | 241 | 71 | 250 | 4 | 102 | 0 | 42 | 450 | 61 | 54 |
| Binary | 10100001 | 111001 | 10101000 | 100 | 1000010 | 0 | 100010 | 100101000 | 110001 | 101100 |
Color Harmonies of #A139A8
Complementary color
Monochromatic Colors of #A139A8
Black with #A139A8
Text Example
Text Example
White with #A139A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139A8; }
p { color: rgb(161,57,168); }
H1.HeaderClassName
{
color: #A139A8;
}
.AnyTagClassName
{
color: #A139A8;
}
</style>
background-color css
<style>
a { background-color: #A139A8; }
a { background-color: rgb(161,57,168); }
div.DivClassName
{
background-color: #A139A8;
}
.BgClassName
{
background-color: #A139A8;
}
</style>
border-color css
<style>
span { border-color: #A139A8; }
span { border-color: rgb(161,57,168); }
td.TdClassName
{
border-color: #A139A8;
}
.TagClassName
{
border-color: #A139A8;
}
</style>