Shades of Blue Violet #A72FFB
Tints of Blue Violet #A72FFB
RGB
CMYK
RGB Variations
Color information
#A72FFB (or 0xA72FFB) is known color: Blue Violet. HEX triplet: A7, 2F and FB. RGB value is (167,47,251). Sum of RGB (Red+Green+Blue) = 167+47+251=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #A72FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72FFB is #58D004. Grayscale: #696969. Windows color (decimal): -5820421 or 16461735. OLE color: 16461735.
HSL color Cylindrical-coordinate representation of color #A72FFB: hue angle of 275.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72FFB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 47 | 251 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.02 |
| HSL | 275.29º | 0.96% | 0.58% | - |
| HSV(B) | 275.29º | 0.81% | 0.98% | - |
| XYZ | 34.37 | 17.21 | 92.78 | - |
| YUV | 106.14 | 209.76 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 47 | 251 | 0.33 | 0.81 | 0 | 0.02 | 275.29 | 0.96 | 0.58 |
| Hex | A7 | 2F | FB | 21 | 51 | 0 | 2 | 113 | 60 | 3A |
| Octal | 247 | 57 | 373 | 41 | 121 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100111 | 101111 | 11111011 | 100001 | 1010001 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A72FFB
Complementary color
Monochromatic Colors of #A72FFB
Black with #A72FFB
Text Example
Text Example
White with #A72FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72FFB; }
p { color: rgb(167,47,251); }
H1.HeaderClassName
{
color: #A72FFB;
}
.AnyTagClassName
{
color: #A72FFB;
}
</style>
background-color css
<style>
a { background-color: #A72FFB; }
a { background-color: rgb(167,47,251); }
div.DivClassName
{
background-color: #A72FFB;
}
.BgClassName
{
background-color: #A72FFB;
}
</style>
border-color css
<style>
span { border-color: #A72FFB; }
span { border-color: rgb(167,47,251); }
td.TdClassName
{
border-color: #A72FFB;
}
.TagClassName
{
border-color: #A72FFB;
}
</style>