Shades of Blue Violet #AD3EFF
Tints of Blue Violet #AD3EFF
RGB
CMYK
RGB Variations
Color information
#AD3EFF (or 0xAD3EFF) is known color: Blue Violet. HEX triplet: AD, 3E and FF. RGB value is (173,62,255). Sum of RGB (Red+Green+Blue) = 173+62+255=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD3EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3EFF is #52C100. Grayscale: #747474. Windows color (decimal): -5423361 or 16727725. OLE color: 16727725.
HSL color Cylindrical-coordinate representation of color #AD3EFF: hue angle of 274.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3EFF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 62 | 255 | - |
| CMYK | 0.32 | 0.76 | 0 | 0 |
| HSL | 274.51º | 1% | 0.62% | - |
| HSV(B) | 274.51º | 0.76% | 1% | - |
| XYZ | 37.01 | 19.55 | 96.43 | - |
| YUV | 117.19 | 205.77 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 255 | 0.32 | 0.76 | 0 | 0 | 274.51 | 1 | 0.62 |
| Hex | AD | 3E | FF | 20 | 4C | 0 | 0 | 113 | 64 | 3E |
| Octal | 255 | 76 | 377 | 40 | 114 | 0 | 0 | 423 | 144 | 76 |
| Binary | 10101101 | 111110 | 11111111 | 100000 | 1001100 | 0 | 0 | 100010011 | 1100100 | 111110 |
Color Harmonies of #AD3EFF
Complementary color
Monochromatic Colors of #AD3EFF
Black with #AD3EFF
Text Example
Text Example
White with #AD3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EFF; }
p { color: rgb(173,62,255); }
H1.HeaderClassName
{
color: #AD3EFF;
}
.AnyTagClassName
{
color: #AD3EFF;
}
</style>
background-color css
<style>
a { background-color: #AD3EFF; }
a { background-color: rgb(173,62,255); }
div.DivClassName
{
background-color: #AD3EFF;
}
.BgClassName
{
background-color: #AD3EFF;
}
</style>
border-color css
<style>
span { border-color: #AD3EFF; }
span { border-color: rgb(173,62,255); }
td.TdClassName
{
border-color: #AD3EFF;
}
.TagClassName
{
border-color: #AD3EFF;
}
</style>