Shades of Violet Blue #A73FAA
Tints of Violet Blue #A73FAA
RGB
CMYK
RGB Variations
Color information
#A73FAA (or 0xA73FAA) is known color: Violet Blue. HEX triplet: A7, 3F and AA. RGB value is (167,63,170). Sum of RGB (Red+Green+Blue) = 167+63+170=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73FAA is #58C055. Grayscale: #696969. Windows color (decimal): -5816406 or 11157415. OLE color: 11157415.
HSL color Cylindrical-coordinate representation of color #A73FAA: hue angle of 298.32º 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 #A73FAA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 63 | 170 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.33 |
| HSL | 298.32º | 0.46% | 0.46% | - |
| HSV(B) | 298.32º | 0.63% | 0.67% | - |
| XYZ | 24.97 | 14.67 | 39.55 | - |
| YUV | 106.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 170 | 0.02 | 0.63 | 0 | 0.33 | 298.32 | 0.46 | 0.46 |
| Hex | A7 | 3F | AA | 2 | 3F | 0 | 21 | 12A | 2E | 2E |
| Octal | 247 | 77 | 252 | 2 | 77 | 0 | 41 | 452 | 56 | 56 |
| Binary | 10100111 | 111111 | 10101010 | 10 | 111111 | 0 | 100001 | 100101010 | 101110 | 101110 |
Color Harmonies of #A73FAA
Complementary color
Monochromatic Colors of #A73FAA
Black with #A73FAA
Text Example
Text Example
White with #A73FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FAA; }
p { color: rgb(167,63,170); }
H1.HeaderClassName
{
color: #A73FAA;
}
.AnyTagClassName
{
color: #A73FAA;
}
</style>
background-color css
<style>
a { background-color: #A73FAA; }
a { background-color: rgb(167,63,170); }
div.DivClassName
{
background-color: #A73FAA;
}
.BgClassName
{
background-color: #A73FAA;
}
</style>
border-color css
<style>
span { border-color: #A73FAA; }
span { border-color: rgb(167,63,170); }
td.TdClassName
{
border-color: #A73FAA;
}
.TagClassName
{
border-color: #A73FAA;
}
</style>