Shades of Blue Violet #AD37F5
Tints of Blue Violet #AD37F5
RGB
CMYK
RGB Variations
Color information
#AD37F5 (or 0xAD37F5) is known color: Blue Violet. HEX triplet: AD, 37 and F5. RGB value is (173,55,245). Sum of RGB (Red+Green+Blue) = 173+55+245=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD37F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD37F5 is #52C80A. Grayscale: #6F6F6F. Windows color (decimal): -5425163 or 16070573. OLE color: 16070573.
HSL color Cylindrical-coordinate representation of color #AD37F5: hue angle of 277.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD37F5 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 55 | 245 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.04 |
| HSL | 277.26º | 0.9% | 0.59% | - |
| HSV(B) | 277.26º | 0.78% | 0.96% | - |
| XYZ | 35.08 | 18.21 | 88.05 | - |
| YUV | 111.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 245 | 0.29 | 0.78 | 0 | 0.04 | 277.26 | 0.9 | 0.59 |
| Hex | AD | 37 | F5 | 1D | 4E | 0 | 4 | 115 | 5A | 3B |
| Octal | 255 | 67 | 365 | 35 | 116 | 0 | 4 | 425 | 132 | 73 |
| Binary | 10101101 | 110111 | 11110101 | 11101 | 1001110 | 0 | 100 | 100010101 | 1011010 | 111011 |
Color Harmonies of #AD37F5
Complementary color
Monochromatic Colors of #AD37F5
Black with #AD37F5
Text Example
Text Example
White with #AD37F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37F5; }
p { color: rgb(173,55,245); }
H1.HeaderClassName
{
color: #AD37F5;
}
.AnyTagClassName
{
color: #AD37F5;
}
</style>
background-color css
<style>
a { background-color: #AD37F5; }
a { background-color: rgb(173,55,245); }
div.DivClassName
{
background-color: #AD37F5;
}
.BgClassName
{
background-color: #AD37F5;
}
</style>
border-color css
<style>
span { border-color: #AD37F5; }
span { border-color: rgb(173,55,245); }
td.TdClassName
{
border-color: #AD37F5;
}
.TagClassName
{
border-color: #AD37F5;
}
</style>