Shades of Blue Violet #AD2BFF
Tints of Blue Violet #AD2BFF
RGB
CMYK
RGB Variations
Color information
#AD2BFF (or 0xAD2BFF) is known color: Blue Violet. HEX triplet: AD, 2B and FF. RGB value is (173,43,255). Sum of RGB (Red+Green+Blue) = 173+43+255=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BFF is #52D400. Grayscale: #696969. Windows color (decimal): -5428225 or 16722861. OLE color: 16722861.
HSL color Cylindrical-coordinate representation of color #AD2BFF: hue angle of 276.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2BFF is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 43 | 255 | - |
| CMYK | 0.32 | 0.83 | 0 | 0 |
| HSL | 276.79º | 1% | 0.58% | - |
| HSV(B) | 276.79º | 0.83% | 1% | - |
| XYZ | 36.15 | 17.83 | 96.14 | - |
| YUV | 106.04 | 212.07 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 255 | 0.32 | 0.83 | 0 | 0 | 276.79 | 1 | 0.58 |
| Hex | AD | 2B | FF | 20 | 53 | 0 | 0 | 115 | 64 | 3A |
| Octal | 255 | 53 | 377 | 40 | 123 | 0 | 0 | 425 | 144 | 72 |
| Binary | 10101101 | 101011 | 11111111 | 100000 | 1010011 | 0 | 0 | 100010101 | 1100100 | 111010 |
Color Harmonies of #AD2BFF
Complementary color
Monochromatic Colors of #AD2BFF
Black with #AD2BFF
Text Example
Text Example
White with #AD2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BFF; }
p { color: rgb(173,43,255); }
H1.HeaderClassName
{
color: #AD2BFF;
}
.AnyTagClassName
{
color: #AD2BFF;
}
</style>
background-color css
<style>
a { background-color: #AD2BFF; }
a { background-color: rgb(173,43,255); }
div.DivClassName
{
background-color: #AD2BFF;
}
.BgClassName
{
background-color: #AD2BFF;
}
</style>
border-color css
<style>
span { border-color: #AD2BFF; }
span { border-color: rgb(173,43,255); }
td.TdClassName
{
border-color: #AD2BFF;
}
.TagClassName
{
border-color: #AD2BFF;
}
</style>