Shades of Blue Violet #AD3AFF
Tints of Blue Violet #AD3AFF
RGB
CMYK
RGB Variations
Color information
#AD3AFF (or 0xAD3AFF) is known color: Blue Violet. HEX triplet: AD, 3A and FF. RGB value is (173,58,255). Sum of RGB (Red+Green+Blue) = 173+58+255=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AFF is #52C500. Grayscale: #727272. Windows color (decimal): -5424385 or 16726701. OLE color: 16726701.
HSL color Cylindrical-coordinate representation of color #AD3AFF: hue angle of 275.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3AFF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 58 | 255 | - |
| CMYK | 0.32 | 0.77 | 0 | 0 |
| HSL | 275.03º | 1% | 0.61% | - |
| HSV(B) | 275.03º | 0.77% | 1% | - |
| XYZ | 36.8 | 19.13 | 96.36 | - |
| YUV | 114.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 255 | 0.32 | 0.77 | 0 | 0 | 275.03 | 1 | 0.61 |
| Hex | AD | 3A | FF | 20 | 4D | 0 | 0 | 113 | 64 | 3D |
| Octal | 255 | 72 | 377 | 40 | 115 | 0 | 0 | 423 | 144 | 75 |
| Binary | 10101101 | 111010 | 11111111 | 100000 | 1001101 | 0 | 0 | 100010011 | 1100100 | 111101 |
Color Harmonies of #AD3AFF
Complementary color
Monochromatic Colors of #AD3AFF
Black with #AD3AFF
Text Example
Text Example
White with #AD3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AFF; }
p { color: rgb(173,58,255); }
H1.HeaderClassName
{
color: #AD3AFF;
}
.AnyTagClassName
{
color: #AD3AFF;
}
</style>
background-color css
<style>
a { background-color: #AD3AFF; }
a { background-color: rgb(173,58,255); }
div.DivClassName
{
background-color: #AD3AFF;
}
.BgClassName
{
background-color: #AD3AFF;
}
</style>
border-color css
<style>
span { border-color: #AD3AFF; }
span { border-color: rgb(173,58,255); }
td.TdClassName
{
border-color: #AD3AFF;
}
.TagClassName
{
border-color: #AD3AFF;
}
</style>