Shades of Blue Violet #AD25EE
Tints of Blue Violet #AD25EE
RGB
CMYK
RGB Variations
Color information
#AD25EE (or 0xAD25EE) is known color: Blue Violet. HEX triplet: AD, 25 and EE. RGB value is (173,37,238). Sum of RGB (Red+Green+Blue) = 173+37+238=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25EE is #52DA11. Grayscale: #636363. Windows color (decimal): -5429778 or 15607213. OLE color: 15607213.
HSL color Cylindrical-coordinate representation of color #AD25EE: hue angle of 280.6º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD25EE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 37 | 238 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.07 |
| HSL | 280.6º | 0.86% | 0.54% | - |
| HSV(B) | 280.6º | 0.84% | 0.93% | - |
| XYZ | 33.33 | 16.38 | 82.29 | - |
| YUV | 100.58 | 205.56 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 238 | 0.27 | 0.84 | 0 | 0.07 | 280.6 | 0.86 | 0.54 |
| Hex | AD | 25 | EE | 1B | 54 | 0 | 7 | 119 | 56 | 36 |
| Octal | 255 | 45 | 356 | 33 | 124 | 0 | 7 | 431 | 126 | 66 |
| Binary | 10101101 | 100101 | 11101110 | 11011 | 1010100 | 0 | 111 | 100011001 | 1010110 | 110110 |
Color Harmonies of #AD25EE
Complementary color
Monochromatic Colors of #AD25EE
Black with #AD25EE
Text Example
Text Example
White with #AD25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25EE; }
p { color: rgb(173,37,238); }
H1.HeaderClassName
{
color: #AD25EE;
}
.AnyTagClassName
{
color: #AD25EE;
}
</style>
background-color css
<style>
a { background-color: #AD25EE; }
a { background-color: rgb(173,37,238); }
div.DivClassName
{
background-color: #AD25EE;
}
.BgClassName
{
background-color: #AD25EE;
}
</style>
border-color css
<style>
span { border-color: #AD25EE; }
span { border-color: rgb(173,37,238); }
td.TdClassName
{
border-color: #AD25EE;
}
.TagClassName
{
border-color: #AD25EE;
}
</style>