Shades of Blue Violet #AD28F2
Tints of Blue Violet #AD28F2
RGB
CMYK
RGB Variations
Color information
#AD28F2 (or 0xAD28F2) is known color: Blue Violet. HEX triplet: AD, 28 and F2. RGB value is (173,40,242). Sum of RGB (Red+Green+Blue) = 173+40+242=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD28F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28F2 is #52D70D. Grayscale: #666666. Windows color (decimal): -5429006 or 15870125. OLE color: 15870125.
HSL color Cylindrical-coordinate representation of color #AD28F2: hue angle of 279.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD28F2 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 40 | 242 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.05 |
| HSL | 279.5º | 0.89% | 0.55% | - |
| HSV(B) | 279.5º | 0.83% | 0.95% | - |
| XYZ | 34.02 | 16.81 | 85.46 | - |
| YUV | 102.8 | 206.56 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 242 | 0.29 | 0.83 | 0 | 0.05 | 279.5 | 0.89 | 0.55 |
| Hex | AD | 28 | F2 | 1D | 53 | 0 | 5 | 118 | 59 | 37 |
| Octal | 255 | 50 | 362 | 35 | 123 | 0 | 5 | 430 | 131 | 67 |
| Binary | 10101101 | 101000 | 11110010 | 11101 | 1010011 | 0 | 101 | 100011000 | 1011001 | 110111 |
Color Harmonies of #AD28F2
Complementary color
Monochromatic Colors of #AD28F2
Black with #AD28F2
Text Example
Text Example
White with #AD28F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28F2; }
p { color: rgb(173,40,242); }
H1.HeaderClassName
{
color: #AD28F2;
}
.AnyTagClassName
{
color: #AD28F2;
}
</style>
background-color css
<style>
a { background-color: #AD28F2; }
a { background-color: rgb(173,40,242); }
div.DivClassName
{
background-color: #AD28F2;
}
.BgClassName
{
background-color: #AD28F2;
}
</style>
border-color css
<style>
span { border-color: #AD28F2; }
span { border-color: rgb(173,40,242); }
td.TdClassName
{
border-color: #AD28F2;
}
.TagClassName
{
border-color: #AD28F2;
}
</style>