Shades of Blue Violet #AD3BFF
Tints of Blue Violet #AD3BFF
RGB
CMYK
RGB Variations
Color information
#AD3BFF (or 0xAD3BFF) is known color: Blue Violet. HEX triplet: AD, 3B and FF. RGB value is (173,59,255). Sum of RGB (Red+Green+Blue) = 173+59+255=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD3BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BFF is #52C400. Grayscale: #727272. Windows color (decimal): -5424129 or 16726957. OLE color: 16726957.
HSL color Cylindrical-coordinate representation of color #AD3BFF: hue angle of 274.9º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3BFF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 59 | 255 | - |
| CMYK | 0.32 | 0.77 | 0 | 0 |
| HSL | 274.9º | 1% | 0.62% | - |
| HSV(B) | 274.9º | 0.77% | 1% | - |
| XYZ | 36.85 | 19.23 | 96.38 | - |
| YUV | 115.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 255 | 0.32 | 0.77 | 0 | 0 | 274.9 | 1 | 0.62 |
| Hex | AD | 3B | FF | 20 | 4D | 0 | 0 | 113 | 64 | 3E |
| Octal | 255 | 73 | 377 | 40 | 115 | 0 | 0 | 423 | 144 | 76 |
| Binary | 10101101 | 111011 | 11111111 | 100000 | 1001101 | 0 | 0 | 100010011 | 1100100 | 111110 |
Color Harmonies of #AD3BFF
Complementary color
Monochromatic Colors of #AD3BFF
Black with #AD3BFF
Text Example
Text Example
White with #AD3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BFF; }
p { color: rgb(173,59,255); }
H1.HeaderClassName
{
color: #AD3BFF;
}
.AnyTagClassName
{
color: #AD3BFF;
}
</style>
background-color css
<style>
a { background-color: #AD3BFF; }
a { background-color: rgb(173,59,255); }
div.DivClassName
{
background-color: #AD3BFF;
}
.BgClassName
{
background-color: #AD3BFF;
}
</style>
border-color css
<style>
span { border-color: #AD3BFF; }
span { border-color: rgb(173,59,255); }
td.TdClassName
{
border-color: #AD3BFF;
}
.TagClassName
{
border-color: #AD3BFF;
}
</style>