Shades of Blue Violet #AD25F1
Tints of Blue Violet #AD25F1
RGB
CMYK
RGB Variations
Color information
#AD25F1 (or 0xAD25F1) is known color: Blue Violet. HEX triplet: AD, 25 and F1. RGB value is (173,37,241). Sum of RGB (Red+Green+Blue) = 173+37+241=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD25F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25F1 is #52DA0E. Grayscale: #646464. Windows color (decimal): -5429775 or 15803821. OLE color: 15803821.
HSL color Cylindrical-coordinate representation of color #AD25F1: hue angle of 280º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD25F1 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 37 | 241 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.05 |
| HSL | 280º | 0.88% | 0.55% | - |
| HSV(B) | 280º | 0.85% | 0.95% | - |
| XYZ | 33.77 | 16.56 | 84.64 | - |
| YUV | 100.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 241 | 0.28 | 0.85 | 0 | 0.05 | 280 | 0.88 | 0.55 |
| Hex | AD | 25 | F1 | 1C | 55 | 0 | 5 | 118 | 58 | 37 |
| Octal | 255 | 45 | 361 | 34 | 125 | 0 | 5 | 430 | 130 | 67 |
| Binary | 10101101 | 100101 | 11110001 | 11100 | 1010101 | 0 | 101 | 100011000 | 1011000 | 110111 |
Color Harmonies of #AD25F1
Complementary color
Monochromatic Colors of #AD25F1
Black with #AD25F1
Text Example
Text Example
White with #AD25F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25F1; }
p { color: rgb(173,37,241); }
H1.HeaderClassName
{
color: #AD25F1;
}
.AnyTagClassName
{
color: #AD25F1;
}
</style>
background-color css
<style>
a { background-color: #AD25F1; }
a { background-color: rgb(173,37,241); }
div.DivClassName
{
background-color: #AD25F1;
}
.BgClassName
{
background-color: #AD25F1;
}
</style>
border-color css
<style>
span { border-color: #AD25F1; }
span { border-color: rgb(173,37,241); }
td.TdClassName
{
border-color: #AD25F1;
}
.TagClassName
{
border-color: #AD25F1;
}
</style>