Shades of Violet Blue #A34BA8
Tints of Violet Blue #A34BA8
RGB
CMYK
RGB Variations
Color information
#A34BA8 (or 0xA34BA8) is known color: Violet Blue. HEX triplet: A3, 4B and A8. RGB value is (163,75,168). Sum of RGB (Red+Green+Blue) = 163+75+168=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #A34BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BA8 is #5CB457. Grayscale: #6F6F6F. Windows color (decimal): -6075480 or 11029411. OLE color: 11029411.
HSL color Cylindrical-coordinate representation of color #A34BA8: hue angle of 296.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34BA8 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 75 | 168 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.34 |
| HSL | 296.77º | 0.38% | 0.48% | - |
| HSV(B) | 296.77º | 0.55% | 0.66% | - |
| XYZ | 24.69 | 15.65 | 38.76 | - |
| YUV | 111.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 168 | 0.03 | 0.55 | 0 | 0.34 | 296.77 | 0.38 | 0.48 |
| Hex | A3 | 4B | A8 | 3 | 37 | 0 | 22 | 129 | 26 | 30 |
| Octal | 243 | 113 | 250 | 3 | 67 | 0 | 42 | 451 | 46 | 60 |
| Binary | 10100011 | 1001011 | 10101000 | 11 | 110111 | 0 | 100010 | 100101001 | 100110 | 110000 |
Color Harmonies of #A34BA8
Complementary color
Monochromatic Colors of #A34BA8
Black with #A34BA8
Text Example
Text Example
White with #A34BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BA8; }
p { color: rgb(163,75,168); }
H1.HeaderClassName
{
color: #A34BA8;
}
.AnyTagClassName
{
color: #A34BA8;
}
</style>
background-color css
<style>
a { background-color: #A34BA8; }
a { background-color: rgb(163,75,168); }
div.DivClassName
{
background-color: #A34BA8;
}
.BgClassName
{
background-color: #A34BA8;
}
</style>
border-color css
<style>
span { border-color: #A34BA8; }
span { border-color: rgb(163,75,168); }
td.TdClassName
{
border-color: #A34BA8;
}
.TagClassName
{
border-color: #A34BA8;
}
</style>