Shades of Blue Violet #A73CEB
Tints of Blue Violet #A73CEB
RGB
CMYK
RGB Variations
Color information
#A73CEB (or 0xA73CEB) is known color: Blue Violet. HEX triplet: A7, 3C and EB. RGB value is (167,60,235). Sum of RGB (Red+Green+Blue) = 167+60+235=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #A73CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73CEB is #58C314. Grayscale: #6F6F6F. Windows color (decimal): -5817109 or 15416487. OLE color: 15416487.
HSL color Cylindrical-coordinate representation of color #A73CEB: hue angle of 276.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73CEB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 60 | 235 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 276.69º | 0.81% | 0.58% | - |
| HSV(B) | 276.69º | 0.74% | 0.92% | - |
| XYZ | 32.55 | 17.45 | 80.25 | - |
| YUV | 111.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 235 | 0.29 | 0.74 | 0 | 0.08 | 276.69 | 0.81 | 0.58 |
| Hex | A7 | 3C | EB | 1D | 4A | 0 | 8 | 115 | 51 | 3A |
| Octal | 247 | 74 | 353 | 35 | 112 | 0 | 10 | 425 | 121 | 72 |
| Binary | 10100111 | 111100 | 11101011 | 11101 | 1001010 | 0 | 1000 | 100010101 | 1010001 | 111010 |
Color Harmonies of #A73CEB
Complementary color
Monochromatic Colors of #A73CEB
Black with #A73CEB
Text Example
Text Example
White with #A73CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CEB; }
p { color: rgb(167,60,235); }
H1.HeaderClassName
{
color: #A73CEB;
}
.AnyTagClassName
{
color: #A73CEB;
}
</style>
background-color css
<style>
a { background-color: #A73CEB; }
a { background-color: rgb(167,60,235); }
div.DivClassName
{
background-color: #A73CEB;
}
.BgClassName
{
background-color: #A73CEB;
}
</style>
border-color css
<style>
span { border-color: #A73CEB; }
span { border-color: rgb(167,60,235); }
td.TdClassName
{
border-color: #A73CEB;
}
.TagClassName
{
border-color: #A73CEB;
}
</style>