Shades of Blue Violet #AD38F0
Tints of Blue Violet #AD38F0
RGB
CMYK
RGB Variations
Color information
#AD38F0 (or 0xAD38F0) is known color: Blue Violet. HEX triplet: AD, 38 and F0. RGB value is (173,56,240). Sum of RGB (Red+Green+Blue) = 173+56+240=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD38F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38F0 is #52C70F. Grayscale: #6F6F6F. Windows color (decimal): -5424912 or 15743149. OLE color: 15743149.
HSL color Cylindrical-coordinate representation of color #AD38F0: hue angle of 278.15º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD38F0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 56 | 240 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.06 |
| HSL | 278.15º | 0.86% | 0.58% | - |
| HSV(B) | 278.15º | 0.77% | 0.94% | - |
| XYZ | 34.38 | 18 | 84.1 | - |
| YUV | 111.96 | 200.26 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 240 | 0.28 | 0.77 | 0 | 0.06 | 278.15 | 0.86 | 0.58 |
| Hex | AD | 38 | F0 | 1C | 4D | 0 | 6 | 116 | 56 | 3A |
| Octal | 255 | 70 | 360 | 34 | 115 | 0 | 6 | 426 | 126 | 72 |
| Binary | 10101101 | 111000 | 11110000 | 11100 | 1001101 | 0 | 110 | 100010110 | 1010110 | 111010 |
Color Harmonies of #AD38F0
Complementary color
Monochromatic Colors of #AD38F0
Black with #AD38F0
Text Example
Text Example
White with #AD38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38F0; }
p { color: rgb(173,56,240); }
H1.HeaderClassName
{
color: #AD38F0;
}
.AnyTagClassName
{
color: #AD38F0;
}
</style>
background-color css
<style>
a { background-color: #AD38F0; }
a { background-color: rgb(173,56,240); }
div.DivClassName
{
background-color: #AD38F0;
}
.BgClassName
{
background-color: #AD38F0;
}
</style>
border-color css
<style>
span { border-color: #AD38F0; }
span { border-color: rgb(173,56,240); }
td.TdClassName
{
border-color: #AD38F0;
}
.TagClassName
{
border-color: #AD38F0;
}
</style>