Shades of Violet Blue #A73DAB
Tints of Violet Blue #A73DAB
RGB
CMYK
RGB Variations
Color information
#A73DAB (or 0xA73DAB) is known color: Violet Blue. HEX triplet: A7, 3D and AB. RGB value is (167,61,171). Sum of RGB (Red+Green+Blue) = 167+61+171=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A73DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73DAB is #58C254. Grayscale: #686868. Windows color (decimal): -5816917 or 11222439. OLE color: 11222439.
HSL color Cylindrical-coordinate representation of color #A73DAB: hue angle of 297.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73DAB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 61 | 171 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.33 |
| HSL | 297.82º | 0.47% | 0.45% | - |
| HSV(B) | 297.82º | 0.64% | 0.67% | - |
| XYZ | 24.96 | 14.49 | 40.01 | - |
| YUV | 105.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 171 | 0.02 | 0.64 | 0 | 0.33 | 297.82 | 0.47 | 0.45 |
| Hex | A7 | 3D | AB | 2 | 40 | 0 | 21 | 12A | 2F | 2D |
| Octal | 247 | 75 | 253 | 2 | 100 | 0 | 41 | 452 | 57 | 55 |
| Binary | 10100111 | 111101 | 10101011 | 10 | 1000000 | 0 | 100001 | 100101010 | 101111 | 101101 |
Color Harmonies of #A73DAB
Complementary color
Monochromatic Colors of #A73DAB
Black with #A73DAB
Text Example
Text Example
White with #A73DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DAB; }
p { color: rgb(167,61,171); }
H1.HeaderClassName
{
color: #A73DAB;
}
.AnyTagClassName
{
color: #A73DAB;
}
</style>
background-color css
<style>
a { background-color: #A73DAB; }
a { background-color: rgb(167,61,171); }
div.DivClassName
{
background-color: #A73DAB;
}
.BgClassName
{
background-color: #A73DAB;
}
</style>
border-color css
<style>
span { border-color: #A73DAB; }
span { border-color: rgb(167,61,171); }
td.TdClassName
{
border-color: #A73DAB;
}
.TagClassName
{
border-color: #A73DAB;
}
</style>