Shades of Blue Violet #AD39FF
Tints of Blue Violet #AD39FF
RGB
CMYK
RGB Variations
Color information
#AD39FF (or 0xAD39FF) is known color: Blue Violet. HEX triplet: AD, 39 and FF. RGB value is (173,57,255). Sum of RGB (Red+Green+Blue) = 173+57+255=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD39FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD39FF is #52C600. Grayscale: #717171. Windows color (decimal): -5424641 or 16726445. OLE color: 16726445.
HSL color Cylindrical-coordinate representation of color #AD39FF: hue angle of 275.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD39FF is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 57 | 255 | - |
| CMYK | 0.32 | 0.78 | 0 | 0 |
| HSL | 275.15º | 1% | 0.61% | - |
| HSV(B) | 275.15º | 0.78% | 1% | - |
| XYZ | 36.75 | 19.03 | 96.34 | - |
| YUV | 114.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 255 | 0.32 | 0.78 | 0 | 0 | 275.15 | 1 | 0.61 |
| Hex | AD | 39 | FF | 20 | 4E | 0 | 0 | 113 | 64 | 3D |
| Octal | 255 | 71 | 377 | 40 | 116 | 0 | 0 | 423 | 144 | 75 |
| Binary | 10101101 | 111001 | 11111111 | 100000 | 1001110 | 0 | 0 | 100010011 | 1100100 | 111101 |
Color Harmonies of #AD39FF
Complementary color
Monochromatic Colors of #AD39FF
Black with #AD39FF
Text Example
Text Example
White with #AD39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39FF; }
p { color: rgb(173,57,255); }
H1.HeaderClassName
{
color: #AD39FF;
}
.AnyTagClassName
{
color: #AD39FF;
}
</style>
background-color css
<style>
a { background-color: #AD39FF; }
a { background-color: rgb(173,57,255); }
div.DivClassName
{
background-color: #AD39FF;
}
.BgClassName
{
background-color: #AD39FF;
}
</style>
border-color css
<style>
span { border-color: #AD39FF; }
span { border-color: rgb(173,57,255); }
td.TdClassName
{
border-color: #AD39FF;
}
.TagClassName
{
border-color: #AD39FF;
}
</style>