Shades of Blue Violet #AD3BFE
Tints of Blue Violet #AD3BFE
RGB
CMYK
RGB Variations
Color information
#AD3BFE (or 0xAD3BFE) is known color: Blue Violet. HEX triplet: AD, 3B and FE. RGB value is (173,59,254). Sum of RGB (Red+Green+Blue) = 173+59+254=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD3BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BFE is #52C401. Grayscale: #727272. Windows color (decimal): -5424130 or 16661421. OLE color: 16661421.
HSL color Cylindrical-coordinate representation of color #AD3BFE: hue angle of 275.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3BFE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 59 | 254 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.00 |
| HSL | 275.08º | 0.99% | 0.61% | - |
| HSV(B) | 275.08º | 0.77% | 1% | - |
| XYZ | 36.69 | 19.17 | 95.53 | - |
| YUV | 115.32 | 206.27 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 254 | 0.32 | 0.77 | 0 | 0.00 | 275.08 | 0.99 | 0.61 |
| Hex | AD | 3B | FE | 20 | 4D | 0 | 0 | 113 | 63 | 3D |
| Octal | 255 | 73 | 376 | 40 | 115 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101101 | 111011 | 11111110 | 100000 | 1001101 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AD3BFE
Complementary color
Monochromatic Colors of #AD3BFE
Black with #AD3BFE
Text Example
Text Example
White with #AD3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BFE; }
p { color: rgb(173,59,254); }
H1.HeaderClassName
{
color: #AD3BFE;
}
.AnyTagClassName
{
color: #AD3BFE;
}
</style>
background-color css
<style>
a { background-color: #AD3BFE; }
a { background-color: rgb(173,59,254); }
div.DivClassName
{
background-color: #AD3BFE;
}
.BgClassName
{
background-color: #AD3BFE;
}
</style>
border-color css
<style>
span { border-color: #AD3BFE; }
span { border-color: rgb(173,59,254); }
td.TdClassName
{
border-color: #AD3BFE;
}
.TagClassName
{
border-color: #AD3BFE;
}
</style>