Shades of Blue Violet #AD38F5
Tints of Blue Violet #AD38F5
RGB
CMYK
RGB Variations
Color information
#AD38F5 (or 0xAD38F5) is known color: Blue Violet. HEX triplet: AD, 38 and F5. RGB value is (173,56,245). Sum of RGB (Red+Green+Blue) = 173+56+245=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD38F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38F5 is #52C70A. Grayscale: #6F6F6F. Windows color (decimal): -5424907 or 16070829. OLE color: 16070829.
HSL color Cylindrical-coordinate representation of color #AD38F5: hue angle of 277.14º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD38F5 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 56 | 245 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.04 |
| HSL | 277.14º | 0.9% | 0.59% | - |
| HSV(B) | 277.14º | 0.77% | 0.96% | - |
| XYZ | 35.13 | 18.31 | 88.07 | - |
| YUV | 112.53 | 202.76 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 245 | 0.29 | 0.77 | 0 | 0.04 | 277.14 | 0.9 | 0.59 |
| Hex | AD | 38 | F5 | 1D | 4D | 0 | 4 | 115 | 5A | 3B |
| Octal | 255 | 70 | 365 | 35 | 115 | 0 | 4 | 425 | 132 | 73 |
| Binary | 10101101 | 111000 | 11110101 | 11101 | 1001101 | 0 | 100 | 100010101 | 1011010 | 111011 |
Color Harmonies of #AD38F5
Complementary color
Monochromatic Colors of #AD38F5
Black with #AD38F5
Text Example
Text Example
White with #AD38F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38F5; }
p { color: rgb(173,56,245); }
H1.HeaderClassName
{
color: #AD38F5;
}
.AnyTagClassName
{
color: #AD38F5;
}
</style>
background-color css
<style>
a { background-color: #AD38F5; }
a { background-color: rgb(173,56,245); }
div.DivClassName
{
background-color: #AD38F5;
}
.BgClassName
{
background-color: #AD38F5;
}
</style>
border-color css
<style>
span { border-color: #AD38F5; }
span { border-color: rgb(173,56,245); }
td.TdClassName
{
border-color: #AD38F5;
}
.TagClassName
{
border-color: #AD38F5;
}
</style>