Shades of Blue Violet #AD3DFD
Tints of Blue Violet #AD3DFD
RGB
CMYK
RGB Variations
Color information
#AD3DFD (or 0xAD3DFD) is known color: Blue Violet. HEX triplet: AD, 3D and FD. RGB value is (173,61,253). Sum of RGB (Red+Green+Blue) = 173+61+253=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD3DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DFD is #52C202. Grayscale: #737373. Windows color (decimal): -5423619 or 16596397. OLE color: 16596397.
HSL color Cylindrical-coordinate representation of color #AD3DFD: hue angle of 275º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3DFD is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 61 | 253 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.01 |
| HSL | 275º | 0.98% | 0.62% | - |
| HSV(B) | 275º | 0.76% | 0.99% | - |
| XYZ | 36.63 | 19.31 | 94.73 | - |
| YUV | 116.38 | 205.11 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 253 | 0.32 | 0.76 | 0 | 0.01 | 275 | 0.98 | 0.62 |
| Hex | AD | 3D | FD | 20 | 4C | 0 | 1 | 113 | 62 | 3E |
| Octal | 255 | 75 | 375 | 40 | 114 | 0 | 1 | 423 | 142 | 76 |
| Binary | 10101101 | 111101 | 11111101 | 100000 | 1001100 | 0 | 1 | 100010011 | 1100010 | 111110 |
Color Harmonies of #AD3DFD
Complementary color
Monochromatic Colors of #AD3DFD
Black with #AD3DFD
Text Example
Text Example
White with #AD3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DFD; }
p { color: rgb(173,61,253); }
H1.HeaderClassName
{
color: #AD3DFD;
}
.AnyTagClassName
{
color: #AD3DFD;
}
</style>
background-color css
<style>
a { background-color: #AD3DFD; }
a { background-color: rgb(173,61,253); }
div.DivClassName
{
background-color: #AD3DFD;
}
.BgClassName
{
background-color: #AD3DFD;
}
</style>
border-color css
<style>
span { border-color: #AD3DFD; }
span { border-color: rgb(173,61,253); }
td.TdClassName
{
border-color: #AD3DFD;
}
.TagClassName
{
border-color: #AD3DFD;
}
</style>