Shades of Blue Violet #AD40FC
Tints of Blue Violet #AD40FC
RGB
CMYK
RGB Variations
Color information
#AD40FC (or 0xAD40FC) is known color: Blue Violet. HEX triplet: AD, 40 and FC. RGB value is (173,64,252). Sum of RGB (Red+Green+Blue) = 173+64+252=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FC is #52BF03. Grayscale: #757575. Windows color (decimal): -5422852 or 16531629. OLE color: 16531629.
HSL color Cylindrical-coordinate representation of color #AD40FC: hue angle of 274.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD40FC is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 64 | 252 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.01 |
| HSL | 274.79º | 0.97% | 0.62% | - |
| HSV(B) | 274.79º | 0.75% | 0.99% | - |
| XYZ | 36.64 | 19.58 | 93.94 | - |
| YUV | 118.02 | 203.61 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 252 | 0.31 | 0.75 | 0 | 0.01 | 274.79 | 0.97 | 0.62 |
| Hex | AD | 40 | FC | 1F | 4B | 0 | 1 | 113 | 61 | 3E |
| Octal | 255 | 100 | 374 | 37 | 113 | 0 | 1 | 423 | 141 | 76 |
| Binary | 10101101 | 1000000 | 11111100 | 11111 | 1001011 | 0 | 1 | 100010011 | 1100001 | 111110 |
Color Harmonies of #AD40FC
Complementary color
Monochromatic Colors of #AD40FC
Black with #AD40FC
Text Example
Text Example
White with #AD40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40FC; }
p { color: rgb(173,64,252); }
H1.HeaderClassName
{
color: #AD40FC;
}
.AnyTagClassName
{
color: #AD40FC;
}
</style>
background-color css
<style>
a { background-color: #AD40FC; }
a { background-color: rgb(173,64,252); }
div.DivClassName
{
background-color: #AD40FC;
}
.BgClassName
{
background-color: #AD40FC;
}
</style>
border-color css
<style>
span { border-color: #AD40FC; }
span { border-color: rgb(173,64,252); }
td.TdClassName
{
border-color: #AD40FC;
}
.TagClassName
{
border-color: #AD40FC;
}
</style>