Shades of Violet Blue #A739A8
Tints of Violet Blue #A739A8
RGB
CMYK
RGB Variations
Color information
#A739A8 (or 0xA739A8) is known color: Violet Blue. HEX triplet: A7, 39 and A8. RGB value is (167,57,168). Sum of RGB (Red+Green+Blue) = 167+57+168=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #A739A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739A8 is #58C657. Grayscale: #666666. Windows color (decimal): -5817944 or 11024807. OLE color: 11024807.
HSL color Cylindrical-coordinate representation of color #A739A8: hue angle of 299.46º 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 #A739A8 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 57 | 168 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.34 |
| HSL | 299.46º | 0.49% | 0.44% | - |
| HSV(B) | 299.46º | 0.66% | 0.66% | - |
| XYZ | 24.47 | 13.97 | 38.45 | - |
| YUV | 102.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 168 | 0.01 | 0.66 | 0 | 0.34 | 299.46 | 0.49 | 0.44 |
| Hex | A7 | 39 | A8 | 1 | 42 | 0 | 22 | 12B | 31 | 2C |
| Octal | 247 | 71 | 250 | 1 | 102 | 0 | 42 | 453 | 61 | 54 |
| Binary | 10100111 | 111001 | 10101000 | 1 | 1000010 | 0 | 100010 | 100101011 | 110001 | 101100 |
Color Harmonies of #A739A8
Complementary color
Monochromatic Colors of #A739A8
Black with #A739A8
Text Example
Text Example
White with #A739A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A739A8; }
p { color: rgb(167,57,168); }
H1.HeaderClassName
{
color: #A739A8;
}
.AnyTagClassName
{
color: #A739A8;
}
</style>
background-color css
<style>
a { background-color: #A739A8; }
a { background-color: rgb(167,57,168); }
div.DivClassName
{
background-color: #A739A8;
}
.BgClassName
{
background-color: #A739A8;
}
</style>
border-color css
<style>
span { border-color: #A739A8; }
span { border-color: rgb(167,57,168); }
td.TdClassName
{
border-color: #A739A8;
}
.TagClassName
{
border-color: #A739A8;
}
</style>