Shades of Blue Violet #A73CF8
Tints of Blue Violet #A73CF8
RGB
CMYK
RGB Variations
Color information
#A73CF8 (or 0xA73CF8) is known color: Blue Violet. HEX triplet: A7, 3C and F8. RGB value is (167,60,248). Sum of RGB (Red+Green+Blue) = 167+60+248=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #A73CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CF8 is #58C307. Grayscale: #707070. Windows color (decimal): -5817096 or 16268455. OLE color: 16268455.
HSL color Cylindrical-coordinate representation of color #A73CF8: hue angle of 274.15º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73CF8 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 60 | 248 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.03 |
| HSL | 274.15º | 0.93% | 0.6% | - |
| HSV(B) | 274.15º | 0.76% | 0.97% | - |
| XYZ | 34.5 | 18.22 | 90.51 | - |
| YUV | 113.43 | 203.95 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 248 | 0.33 | 0.76 | 0 | 0.03 | 274.15 | 0.93 | 0.6 |
| Hex | A7 | 3C | F8 | 21 | 4C | 0 | 3 | 112 | 5D | 3C |
| Octal | 247 | 74 | 370 | 41 | 114 | 0 | 3 | 422 | 135 | 74 |
| Binary | 10100111 | 111100 | 11111000 | 100001 | 1001100 | 0 | 11 | 100010010 | 1011101 | 111100 |
Color Harmonies of #A73CF8
Complementary color
Monochromatic Colors of #A73CF8
Black with #A73CF8
Text Example
Text Example
White with #A73CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CF8; }
p { color: rgb(167,60,248); }
H1.HeaderClassName
{
color: #A73CF8;
}
.AnyTagClassName
{
color: #A73CF8;
}
</style>
background-color css
<style>
a { background-color: #A73CF8; }
a { background-color: rgb(167,60,248); }
div.DivClassName
{
background-color: #A73CF8;
}
.BgClassName
{
background-color: #A73CF8;
}
</style>
border-color css
<style>
span { border-color: #A73CF8; }
span { border-color: rgb(167,60,248); }
td.TdClassName
{
border-color: #A73CF8;
}
.TagClassName
{
border-color: #A73CF8;
}
</style>