Shades of Blue Violet #A72CFE
Tints of Blue Violet #A72CFE
RGB
CMYK
RGB Variations
Color information
#A72CFE (or 0xA72CFE) is known color: Blue Violet. HEX triplet: A7, 2C and FE. RGB value is (167,44,254). Sum of RGB (Red+Green+Blue) = 167+44+254=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #A72CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72CFE is #58D301. Grayscale: #686868. Windows color (decimal): -5821186 or 16657575. OLE color: 16657575.
HSL color Cylindrical-coordinate representation of color #A72CFE: hue angle of 275.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A72CFE is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 44 | 254 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.00 |
| HSL | 275.14º | 0.99% | 0.58% | - |
| HSV(B) | 275.14º | 0.83% | 1% | - |
| XYZ | 34.73 | 17.17 | 95.25 | - |
| YUV | 104.72 | 212.25 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 254 | 0.34 | 0.83 | 0 | 0.00 | 275.14 | 0.99 | 0.58 |
| Hex | A7 | 2C | FE | 22 | 53 | 0 | 0 | 113 | 63 | 3A |
| Octal | 247 | 54 | 376 | 42 | 123 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100111 | 101100 | 11111110 | 100010 | 1010011 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A72CFE
Complementary color
Monochromatic Colors of #A72CFE
Black with #A72CFE
Text Example
Text Example
White with #A72CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CFE; }
p { color: rgb(167,44,254); }
H1.HeaderClassName
{
color: #A72CFE;
}
.AnyTagClassName
{
color: #A72CFE;
}
</style>
background-color css
<style>
a { background-color: #A72CFE; }
a { background-color: rgb(167,44,254); }
div.DivClassName
{
background-color: #A72CFE;
}
.BgClassName
{
background-color: #A72CFE;
}
</style>
border-color css
<style>
span { border-color: #A72CFE; }
span { border-color: rgb(167,44,254); }
td.TdClassName
{
border-color: #A72CFE;
}
.TagClassName
{
border-color: #A72CFE;
}
</style>