Shades of Blue Violet #A73BF2
Tints of Blue Violet #A73BF2
RGB
CMYK
RGB Variations
Color information
#A73BF2 (or 0xA73BF2) is known color: Blue Violet. HEX triplet: A7, 3B and F2. RGB value is (167,59,242). Sum of RGB (Red+Green+Blue) = 167+59+242=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #A73BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BF2 is #58C40D. Grayscale: #6F6F6F. Windows color (decimal): -5817358 or 15874983. OLE color: 15874983.
HSL color Cylindrical-coordinate representation of color #A73BF2: hue angle of 275.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73BF2 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 59 | 242 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.05 |
| HSL | 275.41º | 0.88% | 0.59% | - |
| HSV(B) | 275.41º | 0.76% | 0.95% | - |
| XYZ | 33.53 | 17.75 | 85.66 | - |
| YUV | 112.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 242 | 0.31 | 0.76 | 0 | 0.05 | 275.41 | 0.88 | 0.59 |
| Hex | A7 | 3B | F2 | 1F | 4C | 0 | 5 | 113 | 58 | 3B |
| Octal | 247 | 73 | 362 | 37 | 114 | 0 | 5 | 423 | 130 | 73 |
| Binary | 10100111 | 111011 | 11110010 | 11111 | 1001100 | 0 | 101 | 100010011 | 1011000 | 111011 |
Color Harmonies of #A73BF2
Complementary color
Monochromatic Colors of #A73BF2
Black with #A73BF2
Text Example
Text Example
White with #A73BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BF2; }
p { color: rgb(167,59,242); }
H1.HeaderClassName
{
color: #A73BF2;
}
.AnyTagClassName
{
color: #A73BF2;
}
</style>
background-color css
<style>
a { background-color: #A73BF2; }
a { background-color: rgb(167,59,242); }
div.DivClassName
{
background-color: #A73BF2;
}
.BgClassName
{
background-color: #A73BF2;
}
</style>
border-color css
<style>
span { border-color: #A73BF2; }
span { border-color: rgb(167,59,242); }
td.TdClassName
{
border-color: #A73BF2;
}
.TagClassName
{
border-color: #A73BF2;
}
</style>