Shades of Blue Violet #A72EFF
Tints of Blue Violet #A72EFF
RGB
CMYK
RGB Variations
Color information
#A72EFF (or 0xA72EFF) is known color: Blue Violet. HEX triplet: A7, 2E and FF. RGB value is (167,46,255). Sum of RGB (Red+Green+Blue) = 167+46+255=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A72EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72EFF is #58D100. Grayscale: #696969. Windows color (decimal): -5820673 or 16723623. OLE color: 16723623.
HSL color Cylindrical-coordinate representation of color #A72EFF: hue angle of 274.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A72EFF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 46 | 255 | - |
| CMYK | 0.35 | 0.82 | 0 | 0 |
| HSL | 274.74º | 1% | 0.59% | - |
| HSV(B) | 274.74º | 0.82% | 1% | - |
| XYZ | 34.96 | 17.39 | 96.12 | - |
| YUV | 106.01 | 212.09 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 46 | 255 | 0.35 | 0.82 | 0 | 0 | 274.74 | 1 | 0.59 |
| Hex | A7 | 2E | FF | 23 | 52 | 0 | 0 | 113 | 64 | 3B |
| Octal | 247 | 56 | 377 | 43 | 122 | 0 | 0 | 423 | 144 | 73 |
| Binary | 10100111 | 101110 | 11111111 | 100011 | 1010010 | 0 | 0 | 100010011 | 1100100 | 111011 |
Color Harmonies of #A72EFF
Complementary color
Monochromatic Colors of #A72EFF
Black with #A72EFF
Text Example
Text Example
White with #A72EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72EFF; }
p { color: rgb(167,46,255); }
H1.HeaderClassName
{
color: #A72EFF;
}
.AnyTagClassName
{
color: #A72EFF;
}
</style>
background-color css
<style>
a { background-color: #A72EFF; }
a { background-color: rgb(167,46,255); }
div.DivClassName
{
background-color: #A72EFF;
}
.BgClassName
{
background-color: #A72EFF;
}
</style>
border-color css
<style>
span { border-color: #A72EFF; }
span { border-color: rgb(167,46,255); }
td.TdClassName
{
border-color: #A72EFF;
}
.TagClassName
{
border-color: #A72EFF;
}
</style>