Shades of Blue Violet #AD3DF8
Tints of Blue Violet #AD3DF8
RGB
CMYK
RGB Variations
Color information
#AD3DF8 (or 0xAD3DF8) is known color: Blue Violet. HEX triplet: AD, 3D and F8. RGB value is (173,61,248). Sum of RGB (Red+Green+Blue) = 173+61+248=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD3DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DF8 is #52C207. Grayscale: #737373. Windows color (decimal): -5423624 or 16268717. OLE color: 16268717.
HSL color Cylindrical-coordinate representation of color #AD3DF8: hue angle of 275.94º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3DF8 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 61 | 248 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.03 |
| HSL | 275.94º | 0.93% | 0.61% | - |
| HSV(B) | 275.94º | 0.75% | 0.97% | - |
| XYZ | 35.85 | 19 | 90.58 | - |
| YUV | 115.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 248 | 0.30 | 0.75 | 0 | 0.03 | 275.94 | 0.93 | 0.61 |
| Hex | AD | 3D | F8 | 1E | 4B | 0 | 3 | 114 | 5D | 3D |
| Octal | 255 | 75 | 370 | 36 | 113 | 0 | 3 | 424 | 135 | 75 |
| Binary | 10101101 | 111101 | 11111000 | 11110 | 1001011 | 0 | 11 | 100010100 | 1011101 | 111101 |
Color Harmonies of #AD3DF8
Complementary color
Monochromatic Colors of #AD3DF8
Black with #AD3DF8
Text Example
Text Example
White with #AD3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DF8; }
p { color: rgb(173,61,248); }
H1.HeaderClassName
{
color: #AD3DF8;
}
.AnyTagClassName
{
color: #AD3DF8;
}
</style>
background-color css
<style>
a { background-color: #AD3DF8; }
a { background-color: rgb(173,61,248); }
div.DivClassName
{
background-color: #AD3DF8;
}
.BgClassName
{
background-color: #AD3DF8;
}
</style>
border-color css
<style>
span { border-color: #AD3DF8; }
span { border-color: rgb(173,61,248); }
td.TdClassName
{
border-color: #AD3DF8;
}
.TagClassName
{
border-color: #AD3DF8;
}
</style>