Shades of Blue Violet #AD30F5
Tints of Blue Violet #AD30F5
RGB
CMYK
RGB Variations
Color information
#AD30F5 (or 0xAD30F5) is known color: Blue Violet. HEX triplet: AD, 30 and F5. RGB value is (173,48,245). Sum of RGB (Red+Green+Blue) = 173+48+245=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD30F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30F5 is #52CF0A. Grayscale: #6B6B6B. Windows color (decimal): -5426955 or 16068781. OLE color: 16068781.
HSL color Cylindrical-coordinate representation of color #AD30F5: hue angle of 278.07º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD30F5 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 48 | 245 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.04 |
| HSL | 278.07º | 0.91% | 0.57% | - |
| HSV(B) | 278.07º | 0.8% | 0.96% | - |
| XYZ | 34.77 | 17.59 | 87.95 | - |
| YUV | 107.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 245 | 0.29 | 0.80 | 0 | 0.04 | 278.07 | 0.91 | 0.57 |
| Hex | AD | 30 | F5 | 1D | 50 | 0 | 4 | 116 | 5B | 39 |
| Octal | 255 | 60 | 365 | 35 | 120 | 0 | 4 | 426 | 133 | 71 |
| Binary | 10101101 | 110000 | 11110101 | 11101 | 1010000 | 0 | 100 | 100010110 | 1011011 | 111001 |
Color Harmonies of #AD30F5
Complementary color
Monochromatic Colors of #AD30F5
Black with #AD30F5
Text Example
Text Example
White with #AD30F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30F5; }
p { color: rgb(173,48,245); }
H1.HeaderClassName
{
color: #AD30F5;
}
.AnyTagClassName
{
color: #AD30F5;
}
</style>
background-color css
<style>
a { background-color: #AD30F5; }
a { background-color: rgb(173,48,245); }
div.DivClassName
{
background-color: #AD30F5;
}
.BgClassName
{
background-color: #AD30F5;
}
</style>
border-color css
<style>
span { border-color: #AD30F5; }
span { border-color: rgb(173,48,245); }
td.TdClassName
{
border-color: #AD30F5;
}
.TagClassName
{
border-color: #AD30F5;
}
</style>