Shades of Blue Violet #AD2AF8
Tints of Blue Violet #AD2AF8
RGB
CMYK
RGB Variations
Color information
#AD2AF8 (or 0xAD2AF8) is known color: Blue Violet. HEX triplet: AD, 2A and F8. RGB value is (173,42,248). Sum of RGB (Red+Green+Blue) = 173+42+248=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD2AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2AF8 is #52D507. Grayscale: #676767. Windows color (decimal): -5428488 or 16263853. OLE color: 16263853.
HSL color Cylindrical-coordinate representation of color #AD2AF8: hue angle of 278.16º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2AF8 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 42 | 248 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.03 |
| HSL | 278.16º | 0.94% | 0.57% | - |
| HSV(B) | 278.16º | 0.83% | 0.97% | - |
| XYZ | 35 | 17.32 | 90.3 | - |
| YUV | 104.65 | 208.9 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 248 | 0.30 | 0.83 | 0 | 0.03 | 278.16 | 0.94 | 0.57 |
| Hex | AD | 2A | F8 | 1E | 53 | 0 | 3 | 116 | 5E | 39 |
| Octal | 255 | 52 | 370 | 36 | 123 | 0 | 3 | 426 | 136 | 71 |
| Binary | 10101101 | 101010 | 11111000 | 11110 | 1010011 | 0 | 11 | 100010110 | 1011110 | 111001 |
Color Harmonies of #AD2AF8
Complementary color
Monochromatic Colors of #AD2AF8
Black with #AD2AF8
Text Example
Text Example
White with #AD2AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2AF8; }
p { color: rgb(173,42,248); }
H1.HeaderClassName
{
color: #AD2AF8;
}
.AnyTagClassName
{
color: #AD2AF8;
}
</style>
background-color css
<style>
a { background-color: #AD2AF8; }
a { background-color: rgb(173,42,248); }
div.DivClassName
{
background-color: #AD2AF8;
}
.BgClassName
{
background-color: #AD2AF8;
}
</style>
border-color css
<style>
span { border-color: #AD2AF8; }
span { border-color: rgb(173,42,248); }
td.TdClassName
{
border-color: #AD2AF8;
}
.TagClassName
{
border-color: #AD2AF8;
}
</style>