Shades of Violet Blue #A34EA8
Tints of Violet Blue #A34EA8
RGB
CMYK
RGB Variations
Color information
#A34EA8 (or 0xA34EA8) is known color: Violet Blue. HEX triplet: A3, 4E and A8. RGB value is (163,78,168). Sum of RGB (Red+Green+Blue) = 163+78+168=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #A34EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EA8 is #5CB157. Grayscale: #717171. Windows color (decimal): -6074712 or 11030179. OLE color: 11030179.
HSL color Cylindrical-coordinate representation of color #A34EA8: hue angle of 296.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34EA8 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 78 | 168 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.34 |
| HSL | 296.67º | 0.37% | 0.48% | - |
| HSV(B) | 296.67º | 0.54% | 0.66% | - |
| XYZ | 24.9 | 16.06 | 38.83 | - |
| YUV | 113.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 168 | 0.03 | 0.54 | 0 | 0.34 | 296.67 | 0.37 | 0.48 |
| Hex | A3 | 4E | A8 | 3 | 36 | 0 | 22 | 129 | 25 | 30 |
| Octal | 243 | 116 | 250 | 3 | 66 | 0 | 42 | 451 | 45 | 60 |
| Binary | 10100011 | 1001110 | 10101000 | 11 | 110110 | 0 | 100010 | 100101001 | 100101 | 110000 |
Color Harmonies of #A34EA8
Complementary color
Monochromatic Colors of #A34EA8
Black with #A34EA8
Text Example
Text Example
White with #A34EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EA8; }
p { color: rgb(163,78,168); }
H1.HeaderClassName
{
color: #A34EA8;
}
.AnyTagClassName
{
color: #A34EA8;
}
</style>
background-color css
<style>
a { background-color: #A34EA8; }
a { background-color: rgb(163,78,168); }
div.DivClassName
{
background-color: #A34EA8;
}
.BgClassName
{
background-color: #A34EA8;
}
</style>
border-color css
<style>
span { border-color: #A34EA8; }
span { border-color: rgb(163,78,168); }
td.TdClassName
{
border-color: #A34EA8;
}
.TagClassName
{
border-color: #A34EA8;
}
</style>