Shades of Violet Blue #A34BAD
Tints of Violet Blue #A34BAD
RGB
CMYK
RGB Variations
Color information
#A34BAD (or 0xA34BAD) is known color: Violet Blue. HEX triplet: A3, 4B and AD. RGB value is (163,75,173). Sum of RGB (Red+Green+Blue) = 163+75+173=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A34BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34BAD is #5CB452. Grayscale: #707070. Windows color (decimal): -6075475 or 11357091. OLE color: 11357091.
HSL color Cylindrical-coordinate representation of color #A34BAD: hue angle of 293.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A34BAD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 75 | 173 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.32 |
| HSL | 293.88º | 0.4% | 0.49% | - |
| HSV(B) | 293.88º | 0.57% | 0.68% | - |
| XYZ | 25.16 | 15.84 | 41.27 | - |
| YUV | 112.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 75 | 173 | 0.06 | 0.57 | 0 | 0.32 | 293.88 | 0.4 | 0.49 |
| Hex | A3 | 4B | AD | 6 | 39 | 0 | 20 | 126 | 28 | 31 |
| Octal | 243 | 113 | 255 | 6 | 71 | 0 | 40 | 446 | 50 | 61 |
| Binary | 10100011 | 1001011 | 10101101 | 110 | 111001 | 0 | 100000 | 100100110 | 101000 | 110001 |
Color Harmonies of #A34BAD
Complementary color
Monochromatic Colors of #A34BAD
Black with #A34BAD
Text Example
Text Example
White with #A34BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34BAD; }
p { color: rgb(163,75,173); }
H1.HeaderClassName
{
color: #A34BAD;
}
.AnyTagClassName
{
color: #A34BAD;
}
</style>
background-color css
<style>
a { background-color: #A34BAD; }
a { background-color: rgb(163,75,173); }
div.DivClassName
{
background-color: #A34BAD;
}
.BgClassName
{
background-color: #A34BAD;
}
</style>
border-color css
<style>
span { border-color: #A34BAD; }
span { border-color: rgb(163,75,173); }
td.TdClassName
{
border-color: #A34BAD;
}
.TagClassName
{
border-color: #A34BAD;
}
</style>