Shades of Blue Violet #AD2AF6
Tints of Blue Violet #AD2AF6
RGB
CMYK
RGB Variations
Color information
#AD2AF6 (or 0xAD2AF6) is known color: Blue Violet. HEX triplet: AD, 2A and F6. RGB value is (173,42,246). Sum of RGB (Red+Green+Blue) = 173+42+246=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD2AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2AF6 is #52D509. Grayscale: #676767. Windows color (decimal): -5428490 or 16132781. OLE color: 16132781.
HSL color Cylindrical-coordinate representation of color #AD2AF6: hue angle of 278.53º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2AF6 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 42 | 246 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.04 |
| HSL | 278.53º | 0.92% | 0.56% | - |
| HSV(B) | 278.53º | 0.83% | 0.96% | - |
| XYZ | 34.7 | 17.19 | 88.68 | - |
| YUV | 104.43 | 207.9 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 246 | 0.30 | 0.83 | 0 | 0.04 | 278.53 | 0.92 | 0.56 |
| Hex | AD | 2A | F6 | 1E | 53 | 0 | 4 | 117 | 5C | 38 |
| Octal | 255 | 52 | 366 | 36 | 123 | 0 | 4 | 427 | 134 | 70 |
| Binary | 10101101 | 101010 | 11110110 | 11110 | 1010011 | 0 | 100 | 100010111 | 1011100 | 111000 |
Color Harmonies of #AD2AF6
Complementary color
Monochromatic Colors of #AD2AF6
Black with #AD2AF6
Text Example
Text Example
White with #AD2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AF6; }
p { color: rgb(173,42,246); }
H1.HeaderClassName
{
color: #AD2AF6;
}
.AnyTagClassName
{
color: #AD2AF6;
}
</style>
background-color css
<style>
a { background-color: #AD2AF6; }
a { background-color: rgb(173,42,246); }
div.DivClassName
{
background-color: #AD2AF6;
}
.BgClassName
{
background-color: #AD2AF6;
}
</style>
border-color css
<style>
span { border-color: #AD2AF6; }
span { border-color: rgb(173,42,246); }
td.TdClassName
{
border-color: #AD2AF6;
}
.TagClassName
{
border-color: #AD2AF6;
}
</style>