Shades of Blue Violet #A73CFC
Tints of Blue Violet #A73CFC
RGB
CMYK
RGB Variations
Color information
#A73CFC (or 0xA73CFC) is known color: Blue Violet. HEX triplet: A7, 3C and FC. RGB value is (167,60,252). Sum of RGB (Red+Green+Blue) = 167+60+252=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #A73CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CFC is #58C303. Grayscale: #717171. Windows color (decimal): -5817092 or 16530599. OLE color: 16530599.
HSL color Cylindrical-coordinate representation of color #A73CFC: hue angle of 273.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A73CFC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 60 | 252 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.01 |
| HSL | 273.44º | 0.97% | 0.61% | - |
| HSV(B) | 273.44º | 0.76% | 0.99% | - |
| XYZ | 35.12 | 18.48 | 93.81 | - |
| YUV | 113.88 | 205.95 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 252 | 0.34 | 0.76 | 0 | 0.01 | 273.44 | 0.97 | 0.61 |
| Hex | A7 | 3C | FC | 22 | 4C | 0 | 1 | 111 | 61 | 3D |
| Octal | 247 | 74 | 374 | 42 | 114 | 0 | 1 | 421 | 141 | 75 |
| Binary | 10100111 | 111100 | 11111100 | 100010 | 1001100 | 0 | 1 | 100010001 | 1100001 | 111101 |
Color Harmonies of #A73CFC
Complementary color
Monochromatic Colors of #A73CFC
Black with #A73CFC
Text Example
Text Example
White with #A73CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CFC; }
p { color: rgb(167,60,252); }
H1.HeaderClassName
{
color: #A73CFC;
}
.AnyTagClassName
{
color: #A73CFC;
}
</style>
background-color css
<style>
a { background-color: #A73CFC; }
a { background-color: rgb(167,60,252); }
div.DivClassName
{
background-color: #A73CFC;
}
.BgClassName
{
background-color: #A73CFC;
}
</style>
border-color css
<style>
span { border-color: #A73CFC; }
span { border-color: rgb(167,60,252); }
td.TdClassName
{
border-color: #A73CFC;
}
.TagClassName
{
border-color: #A73CFC;
}
</style>