Shades of Violet Blue #A73FAC
Tints of Violet Blue #A73FAC
RGB
CMYK
RGB Variations
Color information
#A73FAC (or 0xA73FAC) is known color: Violet Blue. HEX triplet: A7, 3F and AC. RGB value is (167,63,172). Sum of RGB (Red+Green+Blue) = 167+63+172=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #A73FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73FAC is #58C053. Grayscale: #6A6A6A. Windows color (decimal): -5816404 or 11288487. OLE color: 11288487.
HSL color Cylindrical-coordinate representation of color #A73FAC: hue angle of 297.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73FAC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 63 | 172 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.33 |
| HSL | 297.25º | 0.46% | 0.46% | - |
| HSV(B) | 297.25º | 0.63% | 0.67% | - |
| XYZ | 25.16 | 14.75 | 40.55 | - |
| YUV | 106.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 172 | 0.03 | 0.63 | 0 | 0.33 | 297.25 | 0.46 | 0.46 |
| Hex | A7 | 3F | AC | 3 | 3F | 0 | 21 | 129 | 2E | 2E |
| Octal | 247 | 77 | 254 | 3 | 77 | 0 | 41 | 451 | 56 | 56 |
| Binary | 10100111 | 111111 | 10101100 | 11 | 111111 | 0 | 100001 | 100101001 | 101110 | 101110 |
Color Harmonies of #A73FAC
Complementary color
Monochromatic Colors of #A73FAC
Black with #A73FAC
Text Example
Text Example
White with #A73FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FAC; }
p { color: rgb(167,63,172); }
H1.HeaderClassName
{
color: #A73FAC;
}
.AnyTagClassName
{
color: #A73FAC;
}
</style>
background-color css
<style>
a { background-color: #A73FAC; }
a { background-color: rgb(167,63,172); }
div.DivClassName
{
background-color: #A73FAC;
}
.BgClassName
{
background-color: #A73FAC;
}
</style>
border-color css
<style>
span { border-color: #A73FAC; }
span { border-color: rgb(167,63,172); }
td.TdClassName
{
border-color: #A73FAC;
}
.TagClassName
{
border-color: #A73FAC;
}
</style>