Shades of Blue Violet #AD3AF7
Tints of Blue Violet #AD3AF7
RGB
CMYK
RGB Variations
Color information
#AD3AF7 (or 0xAD3AF7) is known color: Blue Violet. HEX triplet: AD, 3A and F7. RGB value is (173,58,247). Sum of RGB (Red+Green+Blue) = 173+58+247=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD3AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AF7 is #52C508. Grayscale: #717171. Windows color (decimal): -5424393 or 16202413. OLE color: 16202413.
HSL color Cylindrical-coordinate representation of color #AD3AF7: hue angle of 276.51º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3AF7 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 58 | 247 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.03 |
| HSL | 276.51º | 0.92% | 0.6% | - |
| HSV(B) | 276.51º | 0.77% | 0.97% | - |
| XYZ | 35.54 | 18.63 | 89.72 | - |
| YUV | 113.93 | 203.1 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 247 | 0.30 | 0.77 | 0 | 0.03 | 276.51 | 0.92 | 0.6 |
| Hex | AD | 3A | F7 | 1E | 4D | 0 | 3 | 115 | 5C | 3C |
| Octal | 255 | 72 | 367 | 36 | 115 | 0 | 3 | 425 | 134 | 74 |
| Binary | 10101101 | 111010 | 11110111 | 11110 | 1001101 | 0 | 11 | 100010101 | 1011100 | 111100 |
Color Harmonies of #AD3AF7
Complementary color
Monochromatic Colors of #AD3AF7
Black with #AD3AF7
Text Example
Text Example
White with #AD3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AF7; }
p { color: rgb(173,58,247); }
H1.HeaderClassName
{
color: #AD3AF7;
}
.AnyTagClassName
{
color: #AD3AF7;
}
</style>
background-color css
<style>
a { background-color: #AD3AF7; }
a { background-color: rgb(173,58,247); }
div.DivClassName
{
background-color: #AD3AF7;
}
.BgClassName
{
background-color: #AD3AF7;
}
</style>
border-color css
<style>
span { border-color: #AD3AF7; }
span { border-color: rgb(173,58,247); }
td.TdClassName
{
border-color: #AD3AF7;
}
.TagClassName
{
border-color: #AD3AF7;
}
</style>