Shades of Blue Violet #AD2BF1
Tints of Blue Violet #AD2BF1
RGB
CMYK
RGB Variations
Color information
#AD2BF1 (or 0xAD2BF1) is known color: Blue Violet. HEX triplet: AD, 2B and F1. RGB value is (173,43,241). Sum of RGB (Red+Green+Blue) = 173+43+241=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD2BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BF1 is #52D40E. Grayscale: #676767. Windows color (decimal): -5428239 or 15805357. OLE color: 15805357.
HSL color Cylindrical-coordinate representation of color #AD2BF1: hue angle of 279.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2BF1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 43 | 241 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.05 |
| HSL | 279.39º | 0.88% | 0.56% | - |
| HSV(B) | 279.39º | 0.82% | 0.95% | - |
| XYZ | 33.97 | 16.96 | 84.7 | - |
| YUV | 104.44 | 205.07 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 241 | 0.28 | 0.82 | 0 | 0.05 | 279.39 | 0.88 | 0.56 |
| Hex | AD | 2B | F1 | 1C | 52 | 0 | 5 | 117 | 58 | 38 |
| Octal | 255 | 53 | 361 | 34 | 122 | 0 | 5 | 427 | 130 | 70 |
| Binary | 10101101 | 101011 | 11110001 | 11100 | 1010010 | 0 | 101 | 100010111 | 1011000 | 111000 |
Color Harmonies of #AD2BF1
Complementary color
Monochromatic Colors of #AD2BF1
Black with #AD2BF1
Text Example
Text Example
White with #AD2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BF1; }
p { color: rgb(173,43,241); }
H1.HeaderClassName
{
color: #AD2BF1;
}
.AnyTagClassName
{
color: #AD2BF1;
}
</style>
background-color css
<style>
a { background-color: #AD2BF1; }
a { background-color: rgb(173,43,241); }
div.DivClassName
{
background-color: #AD2BF1;
}
.BgClassName
{
background-color: #AD2BF1;
}
</style>
border-color css
<style>
span { border-color: #AD2BF1; }
span { border-color: rgb(173,43,241); }
td.TdClassName
{
border-color: #AD2BF1;
}
.TagClassName
{
border-color: #AD2BF1;
}
</style>