Shades of Blue Violet #AD3EFE
Tints of Blue Violet #AD3EFE
RGB
CMYK
RGB Variations
Color information
#AD3EFE (or 0xAD3EFE) is known color: Blue Violet. HEX triplet: AD, 3E and FE. RGB value is (173,62,254). Sum of RGB (Red+Green+Blue) = 173+62+254=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD3EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3EFE is #52C101. Grayscale: #747474. Windows color (decimal): -5423362 or 16662189. OLE color: 16662189.
HSL color Cylindrical-coordinate representation of color #AD3EFE: hue angle of 274.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3EFE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 62 | 254 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.00 |
| HSL | 274.69º | 0.99% | 0.62% | - |
| HSV(B) | 274.69º | 0.76% | 1% | - |
| XYZ | 36.85 | 19.49 | 95.58 | - |
| YUV | 117.08 | 205.27 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 254 | 0.32 | 0.76 | 0 | 0.00 | 274.69 | 0.99 | 0.62 |
| Hex | AD | 3E | FE | 20 | 4C | 0 | 0 | 113 | 63 | 3E |
| Octal | 255 | 76 | 376 | 40 | 114 | 0 | 0 | 423 | 143 | 76 |
| Binary | 10101101 | 111110 | 11111110 | 100000 | 1001100 | 0 | 0 | 100010011 | 1100011 | 111110 |
Color Harmonies of #AD3EFE
Complementary color
Monochromatic Colors of #AD3EFE
Black with #AD3EFE
Text Example
Text Example
White with #AD3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EFE; }
p { color: rgb(173,62,254); }
H1.HeaderClassName
{
color: #AD3EFE;
}
.AnyTagClassName
{
color: #AD3EFE;
}
</style>
background-color css
<style>
a { background-color: #AD3EFE; }
a { background-color: rgb(173,62,254); }
div.DivClassName
{
background-color: #AD3EFE;
}
.BgClassName
{
background-color: #AD3EFE;
}
</style>
border-color css
<style>
span { border-color: #AD3EFE; }
span { border-color: rgb(173,62,254); }
td.TdClassName
{
border-color: #AD3EFE;
}
.TagClassName
{
border-color: #AD3EFE;
}
</style>