Shades of Blue Violet #AD3BFD
Tints of Blue Violet #AD3BFD
RGB
CMYK
RGB Variations
Color information
#AD3BFD (or 0xAD3BFD) is known color: Blue Violet. HEX triplet: AD, 3B and FD. RGB value is (173,59,253). Sum of RGB (Red+Green+Blue) = 173+59+253=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD3BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BFD is #52C402. Grayscale: #727272. Windows color (decimal): -5424131 or 16595885. OLE color: 16595885.
HSL color Cylindrical-coordinate representation of color #AD3BFD: hue angle of 275.26º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3BFD is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 59 | 253 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.01 |
| HSL | 275.26º | 0.98% | 0.61% | - |
| HSV(B) | 275.26º | 0.77% | 0.99% | - |
| XYZ | 36.53 | 19.1 | 94.69 | - |
| YUV | 115.2 | 205.77 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 253 | 0.32 | 0.77 | 0 | 0.01 | 275.26 | 0.98 | 0.61 |
| Hex | AD | 3B | FD | 20 | 4D | 0 | 1 | 113 | 62 | 3D |
| Octal | 255 | 73 | 375 | 40 | 115 | 0 | 1 | 423 | 142 | 75 |
| Binary | 10101101 | 111011 | 11111101 | 100000 | 1001101 | 0 | 1 | 100010011 | 1100010 | 111101 |
Color Harmonies of #AD3BFD
Complementary color
Monochromatic Colors of #AD3BFD
Black with #AD3BFD
Text Example
Text Example
White with #AD3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BFD; }
p { color: rgb(173,59,253); }
H1.HeaderClassName
{
color: #AD3BFD;
}
.AnyTagClassName
{
color: #AD3BFD;
}
</style>
background-color css
<style>
a { background-color: #AD3BFD; }
a { background-color: rgb(173,59,253); }
div.DivClassName
{
background-color: #AD3BFD;
}
.BgClassName
{
background-color: #AD3BFD;
}
</style>
border-color css
<style>
span { border-color: #AD3BFD; }
span { border-color: rgb(173,59,253); }
td.TdClassName
{
border-color: #AD3BFD;
}
.TagClassName
{
border-color: #AD3BFD;
}
</style>