Shades of Blue Violet #AD28F3
Tints of Blue Violet #AD28F3
RGB
CMYK
RGB Variations
Color information
#AD28F3 (or 0xAD28F3) is known color: Blue Violet. HEX triplet: AD, 28 and F3. RGB value is (173,40,243). Sum of RGB (Red+Green+Blue) = 173+40+243=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD28F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28F3 is #52D70C. Grayscale: #666666. Windows color (decimal): -5429005 or 15935661. OLE color: 15935661.
HSL color Cylindrical-coordinate representation of color #AD28F3: hue angle of 279.31º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD28F3 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 40 | 243 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.05 |
| HSL | 279.31º | 0.89% | 0.55% | - |
| HSV(B) | 279.31º | 0.84% | 0.95% | - |
| XYZ | 34.17 | 16.87 | 86.25 | - |
| YUV | 102.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 243 | 0.29 | 0.84 | 0 | 0.05 | 279.31 | 0.89 | 0.55 |
| Hex | AD | 28 | F3 | 1D | 54 | 0 | 5 | 117 | 59 | 37 |
| Octal | 255 | 50 | 363 | 35 | 124 | 0 | 5 | 427 | 131 | 67 |
| Binary | 10101101 | 101000 | 11110011 | 11101 | 1010100 | 0 | 101 | 100010111 | 1011001 | 110111 |
Color Harmonies of #AD28F3
Complementary color
Monochromatic Colors of #AD28F3
Black with #AD28F3
Text Example
Text Example
White with #AD28F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28F3; }
p { color: rgb(173,40,243); }
H1.HeaderClassName
{
color: #AD28F3;
}
.AnyTagClassName
{
color: #AD28F3;
}
</style>
background-color css
<style>
a { background-color: #AD28F3; }
a { background-color: rgb(173,40,243); }
div.DivClassName
{
background-color: #AD28F3;
}
.BgClassName
{
background-color: #AD28F3;
}
</style>
border-color css
<style>
span { border-color: #AD28F3; }
span { border-color: rgb(173,40,243); }
td.TdClassName
{
border-color: #AD28F3;
}
.TagClassName
{
border-color: #AD28F3;
}
</style>