Shades of Blue Violet #AD3AF4
Tints of Blue Violet #AD3AF4
RGB
CMYK
RGB Variations
Color information
#AD3AF4 (or 0xAD3AF4) is known color: Blue Violet. HEX triplet: AD, 3A and F4. RGB value is (173,58,244). Sum of RGB (Red+Green+Blue) = 173+58+244=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 244 (95.70% from 255 or 51.37% from 475); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD3AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AF4 is #52C50B. Grayscale: #707070. Windows color (decimal): -5424396 or 16005805. OLE color: 16005805.
HSL color Cylindrical-coordinate representation of color #AD3AF4: hue angle of 277.1º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3AF4 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 58 | 244 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.04 |
| HSL | 277.1º | 0.89% | 0.59% | - |
| HSV(B) | 277.1º | 0.76% | 0.96% | - |
| XYZ | 35.08 | 18.44 | 87.3 | - |
| YUV | 113.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 244 | 0.29 | 0.76 | 0 | 0.04 | 277.1 | 0.89 | 0.59 |
| Hex | AD | 3A | F4 | 1D | 4C | 0 | 4 | 115 | 59 | 3B |
| Octal | 255 | 72 | 364 | 35 | 114 | 0 | 4 | 425 | 131 | 73 |
| Binary | 10101101 | 111010 | 11110100 | 11101 | 1001100 | 0 | 100 | 100010101 | 1011001 | 111011 |
Color Harmonies of #AD3AF4
Complementary color
Monochromatic Colors of #AD3AF4
Black with #AD3AF4
Text Example
Text Example
White with #AD3AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AF4; }
p { color: rgb(173,58,244); }
H1.HeaderClassName
{
color: #AD3AF4;
}
.AnyTagClassName
{
color: #AD3AF4;
}
</style>
background-color css
<style>
a { background-color: #AD3AF4; }
a { background-color: rgb(173,58,244); }
div.DivClassName
{
background-color: #AD3AF4;
}
.BgClassName
{
background-color: #AD3AF4;
}
</style>
border-color css
<style>
span { border-color: #AD3AF4; }
span { border-color: rgb(173,58,244); }
td.TdClassName
{
border-color: #AD3AF4;
}
.TagClassName
{
border-color: #AD3AF4;
}
</style>