Shades of Blue Violet #A72EFB
Tints of Blue Violet #A72EFB
RGB
CMYK
RGB Variations
Color information
#A72EFB (or 0xA72EFB) is known color: Blue Violet. HEX triplet: A7, 2E and FB. RGB value is (167,46,251). Sum of RGB (Red+Green+Blue) = 167+46+251=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #A72EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72EFB is #58D104. Grayscale: #686868. Windows color (decimal): -5820677 or 16461479. OLE color: 16461479.
HSL color Cylindrical-coordinate representation of color #A72EFB: hue angle of 275.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72EFB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 46 | 251 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.02 |
| HSL | 275.41º | 0.96% | 0.58% | - |
| HSV(B) | 275.41º | 0.82% | 0.98% | - |
| XYZ | 34.33 | 17.13 | 92.76 | - |
| YUV | 105.55 | 210.09 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 251 | 0.33 | 0.82 | 0 | 0.02 | 275.41 | 0.96 | 0.58 |
| Hex | A7 | 2E | FB | 21 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 247 | 56 | 373 | 41 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100111 | 101110 | 11111011 | 100001 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A72EFB
Complementary color
Monochromatic Colors of #A72EFB
Black with #A72EFB
Text Example
Text Example
White with #A72EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72EFB; }
p { color: rgb(167,46,251); }
H1.HeaderClassName
{
color: #A72EFB;
}
.AnyTagClassName
{
color: #A72EFB;
}
</style>
background-color css
<style>
a { background-color: #A72EFB; }
a { background-color: rgb(167,46,251); }
div.DivClassName
{
background-color: #A72EFB;
}
.BgClassName
{
background-color: #A72EFB;
}
</style>
border-color css
<style>
span { border-color: #A72EFB; }
span { border-color: rgb(167,46,251); }
td.TdClassName
{
border-color: #A72EFB;
}
.TagClassName
{
border-color: #A72EFB;
}
</style>