Shades of Blue Violet #AD31F7
Tints of Blue Violet #AD31F7
RGB
CMYK
RGB Variations
Color information
#AD31F7 (or 0xAD31F7) is known color: Blue Violet. HEX triplet: AD, 31 and F7. RGB value is (173,49,247). Sum of RGB (Red+Green+Blue) = 173+49+247=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD31F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31F7 is #52CE08. Grayscale: #6B6B6B. Windows color (decimal): -5426697 or 16200109. OLE color: 16200109.
HSL color Cylindrical-coordinate representation of color #AD31F7: hue angle of 277.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD31F7 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 49 | 247 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.03 |
| HSL | 277.58º | 0.93% | 0.58% | - |
| HSV(B) | 277.58º | 0.8% | 0.97% | - |
| XYZ | 35.12 | 17.8 | 89.58 | - |
| YUV | 108.65 | 206.08 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 247 | 0.30 | 0.80 | 0 | 0.03 | 277.58 | 0.93 | 0.58 |
| Hex | AD | 31 | F7 | 1E | 50 | 0 | 3 | 116 | 5D | 3A |
| Octal | 255 | 61 | 367 | 36 | 120 | 0 | 3 | 426 | 135 | 72 |
| Binary | 10101101 | 110001 | 11110111 | 11110 | 1010000 | 0 | 11 | 100010110 | 1011101 | 111010 |
Color Harmonies of #AD31F7
Complementary color
Monochromatic Colors of #AD31F7
Black with #AD31F7
Text Example
Text Example
White with #AD31F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31F7; }
p { color: rgb(173,49,247); }
H1.HeaderClassName
{
color: #AD31F7;
}
.AnyTagClassName
{
color: #AD31F7;
}
</style>
background-color css
<style>
a { background-color: #AD31F7; }
a { background-color: rgb(173,49,247); }
div.DivClassName
{
background-color: #AD31F7;
}
.BgClassName
{
background-color: #AD31F7;
}
</style>
border-color css
<style>
span { border-color: #AD31F7; }
span { border-color: rgb(173,49,247); }
td.TdClassName
{
border-color: #AD31F7;
}
.TagClassName
{
border-color: #AD31F7;
}
</style>