Shades of Blue Violet #AD3FFE
Tints of Blue Violet #AD3FFE
RGB
CMYK
RGB Variations
Color information
#AD3FFE (or 0xAD3FFE) is known color: Blue Violet. HEX triplet: AD, 3F and FE. RGB value is (173,63,254). Sum of RGB (Red+Green+Blue) = 173+63+254=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD3FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FFE is #52C001. Grayscale: #757575. Windows color (decimal): -5423106 or 16662445. OLE color: 16662445.
HSL color Cylindrical-coordinate representation of color #AD3FFE: hue angle of 274.55º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3FFE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 63 | 254 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.00 |
| HSL | 274.56º | 0.99% | 0.62% | - |
| HSV(B) | 274.56º | 0.75% | 1% | - |
| XYZ | 36.9 | 19.6 | 95.6 | - |
| YUV | 117.66 | 204.94 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 254 | 0.32 | 0.75 | 0 | 0.00 | 274.56 | 0.99 | 0.62 |
| Hex | AD | 3F | FE | 20 | 4B | 0 | 0 | 113 | 63 | 3E |
| Octal | 255 | 77 | 376 | 40 | 113 | 0 | 0 | 423 | 143 | 76 |
| Binary | 10101101 | 111111 | 11111110 | 100000 | 1001011 | 0 | 0 | 100010011 | 1100011 | 111110 |
Color Harmonies of #AD3FFE
Complementary color
Monochromatic Colors of #AD3FFE
Black with #AD3FFE
Text Example
Text Example
White with #AD3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FFE; }
p { color: rgb(173,63,254); }
H1.HeaderClassName
{
color: #AD3FFE;
}
.AnyTagClassName
{
color: #AD3FFE;
}
</style>
background-color css
<style>
a { background-color: #AD3FFE; }
a { background-color: rgb(173,63,254); }
div.DivClassName
{
background-color: #AD3FFE;
}
.BgClassName
{
background-color: #AD3FFE;
}
</style>
border-color css
<style>
span { border-color: #AD3FFE; }
span { border-color: rgb(173,63,254); }
td.TdClassName
{
border-color: #AD3FFE;
}
.TagClassName
{
border-color: #AD3FFE;
}
</style>