Shades of Blue Violet #A73AF2
Tints of Blue Violet #A73AF2
RGB
CMYK
RGB Variations
Color information
#A73AF2 (or 0xA73AF2) is known color: Blue Violet. HEX triplet: A7, 3A and F2. RGB value is (167,58,242). Sum of RGB (Red+Green+Blue) = 167+58+242=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #A73AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73AF2 is #58C50D. Grayscale: #6E6E6E. Windows color (decimal): -5817614 or 15874727. OLE color: 15874727.
HSL color Cylindrical-coordinate representation of color #A73AF2: hue angle of 275.54º 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 #A73AF2 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 58 | 242 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.05 |
| HSL | 275.54º | 0.88% | 0.59% | - |
| HSV(B) | 275.54º | 0.76% | 0.95% | - |
| XYZ | 33.48 | 17.65 | 85.65 | - |
| YUV | 111.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 242 | 0.31 | 0.76 | 0 | 0.05 | 275.54 | 0.88 | 0.59 |
| Hex | A7 | 3A | F2 | 1F | 4C | 0 | 5 | 114 | 58 | 3B |
| Octal | 247 | 72 | 362 | 37 | 114 | 0 | 5 | 424 | 130 | 73 |
| Binary | 10100111 | 111010 | 11110010 | 11111 | 1001100 | 0 | 101 | 100010100 | 1011000 | 111011 |
Color Harmonies of #A73AF2
Complementary color
Monochromatic Colors of #A73AF2
Black with #A73AF2
Text Example
Text Example
White with #A73AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AF2; }
p { color: rgb(167,58,242); }
H1.HeaderClassName
{
color: #A73AF2;
}
.AnyTagClassName
{
color: #A73AF2;
}
</style>
background-color css
<style>
a { background-color: #A73AF2; }
a { background-color: rgb(167,58,242); }
div.DivClassName
{
background-color: #A73AF2;
}
.BgClassName
{
background-color: #A73AF2;
}
</style>
border-color css
<style>
span { border-color: #A73AF2; }
span { border-color: rgb(167,58,242); }
td.TdClassName
{
border-color: #A73AF2;
}
.TagClassName
{
border-color: #A73AF2;
}
</style>