Shades of Blue Violet #AD39FE
Tints of Blue Violet #AD39FE
RGB
CMYK
RGB Variations
Color information
#AD39FE (or 0xAD39FE) is known color: Blue Violet. HEX triplet: AD, 39 and FE. RGB value is (173,57,254). Sum of RGB (Red+Green+Blue) = 173+57+254=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 57 (22.66% from 255 or 11.78% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD39FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD39FE is #52C601. Grayscale: #717171. Windows color (decimal): -5424642 or 16660909. OLE color: 16660909.
HSL color Cylindrical-coordinate representation of color #AD39FE: hue angle of 275.33º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD39FE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 57 | 254 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.00 |
| HSL | 275.33º | 0.99% | 0.61% | - |
| HSV(B) | 275.33º | 0.78% | 1% | - |
| XYZ | 36.59 | 18.97 | 95.5 | - |
| YUV | 114.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 254 | 0.32 | 0.78 | 0 | 0.00 | 275.33 | 0.99 | 0.61 |
| Hex | AD | 39 | FE | 20 | 4E | 0 | 0 | 113 | 63 | 3D |
| Octal | 255 | 71 | 376 | 40 | 116 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101101 | 111001 | 11111110 | 100000 | 1001110 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AD39FE
Complementary color
Monochromatic Colors of #AD39FE
Black with #AD39FE
Text Example
Text Example
White with #AD39FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39FE; }
p { color: rgb(173,57,254); }
H1.HeaderClassName
{
color: #AD39FE;
}
.AnyTagClassName
{
color: #AD39FE;
}
</style>
background-color css
<style>
a { background-color: #AD39FE; }
a { background-color: rgb(173,57,254); }
div.DivClassName
{
background-color: #AD39FE;
}
.BgClassName
{
background-color: #AD39FE;
}
</style>
border-color css
<style>
span { border-color: #AD39FE; }
span { border-color: rgb(173,57,254); }
td.TdClassName
{
border-color: #AD39FE;
}
.TagClassName
{
border-color: #AD39FE;
}
</style>