Shades of Blue Violet #AD2CFE
Tints of Blue Violet #AD2CFE
RGB
CMYK
RGB Variations
Color information
#AD2CFE (or 0xAD2CFE) is known color: Blue Violet. HEX triplet: AD, 2C and FE. RGB value is (173,44,254). Sum of RGB (Red+Green+Blue) = 173+44+254=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD2CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CFE is #52D301. Grayscale: #696969. Windows color (decimal): -5427970 or 16657581. OLE color: 16657581.
HSL color Cylindrical-coordinate representation of color #AD2CFE: hue angle of 276.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2CFE is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 44 | 254 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.00 |
| HSL | 276.86º | 0.99% | 0.58% | - |
| HSV(B) | 276.86º | 0.83% | 1% | - |
| XYZ | 36.02 | 17.84 | 95.31 | - |
| YUV | 106.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 254 | 0.32 | 0.83 | 0 | 0.00 | 276.86 | 0.99 | 0.58 |
| Hex | AD | 2C | FE | 20 | 53 | 0 | 0 | 115 | 63 | 3A |
| Octal | 255 | 54 | 376 | 40 | 123 | 0 | 0 | 425 | 143 | 72 |
| Binary | 10101101 | 101100 | 11111110 | 100000 | 1010011 | 0 | 0 | 100010101 | 1100011 | 111010 |
Color Harmonies of #AD2CFE
Complementary color
Monochromatic Colors of #AD2CFE
Black with #AD2CFE
Text Example
Text Example
White with #AD2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CFE; }
p { color: rgb(173,44,254); }
H1.HeaderClassName
{
color: #AD2CFE;
}
.AnyTagClassName
{
color: #AD2CFE;
}
</style>
background-color css
<style>
a { background-color: #AD2CFE; }
a { background-color: rgb(173,44,254); }
div.DivClassName
{
background-color: #AD2CFE;
}
.BgClassName
{
background-color: #AD2CFE;
}
</style>
border-color css
<style>
span { border-color: #AD2CFE; }
span { border-color: rgb(173,44,254); }
td.TdClassName
{
border-color: #AD2CFE;
}
.TagClassName
{
border-color: #AD2CFE;
}
</style>