Shades of Violet Blue #A73CA4
Tints of Violet Blue #A73CA4
RGB
CMYK
RGB Variations
Color information
#A73CA4 (or 0xA73CA4) is known color: Violet Blue. HEX triplet: A7, 3C and A4. RGB value is (167,60,164). Sum of RGB (Red+Green+Blue) = 167+60+164=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A73CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CA4 is #58C35B. Grayscale: #676767. Windows color (decimal): -5817180 or 10763431. OLE color: 10763431.
HSL color Cylindrical-coordinate representation of color #A73CA4: hue angle of 301.68º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73CA4 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 164 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.35 |
| HSL | 301.68º | 0.47% | 0.45% | - |
| HSV(B) | 301.68º | 0.64% | 0.65% | - |
| XYZ | 24.25 | 14.13 | 36.57 | - |
| YUV | 103.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 164 | 0 | 0.64 | 0.02 | 0.35 | 301.68 | 0.47 | 0.45 |
| Hex | A7 | 3C | A4 | 0 | 40 | 2 | 23 | 12E | 2F | 2D |
| Octal | 247 | 74 | 244 | 0 | 100 | 2 | 43 | 456 | 57 | 55 |
| Binary | 10100111 | 111100 | 10100100 | 0 | 1000000 | 10 | 100011 | 100101110 | 101111 | 101101 |
Color Harmonies of #A73CA4
Complementary color
Monochromatic Colors of #A73CA4
Black with #A73CA4
Text Example
Text Example
White with #A73CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CA4; }
p { color: rgb(167,60,164); }
H1.HeaderClassName
{
color: #A73CA4;
}
.AnyTagClassName
{
color: #A73CA4;
}
</style>
background-color css
<style>
a { background-color: #A73CA4; }
a { background-color: rgb(167,60,164); }
div.DivClassName
{
background-color: #A73CA4;
}
.BgClassName
{
background-color: #A73CA4;
}
</style>
border-color css
<style>
span { border-color: #A73CA4; }
span { border-color: rgb(167,60,164); }
td.TdClassName
{
border-color: #A73CA4;
}
.TagClassName
{
border-color: #A73CA4;
}
</style>