Shades of Blue Violet #AD33FD
Tints of Blue Violet #AD33FD
RGB
CMYK
RGB Variations
Color information
#AD33FD (or 0xAD33FD) is known color: Blue Violet. HEX triplet: AD, 33 and FD. RGB value is (173,51,253). Sum of RGB (Red+Green+Blue) = 173+51+253=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD33FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD33FD is #52CC02. Grayscale: #6D6D6D. Windows color (decimal): -5426179 or 16593837. OLE color: 16593837.
HSL color Cylindrical-coordinate representation of color #AD33FD: hue angle of 276.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD33FD is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 51 | 253 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.01 |
| HSL | 276.24º | 0.98% | 0.6% | - |
| HSV(B) | 276.24º | 0.8% | 0.99% | - |
| XYZ | 36.15 | 18.34 | 94.56 | - |
| YUV | 110.51 | 208.42 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 253 | 0.32 | 0.80 | 0 | 0.01 | 276.24 | 0.98 | 0.6 |
| Hex | AD | 33 | FD | 20 | 50 | 0 | 1 | 114 | 62 | 3C |
| Octal | 255 | 63 | 375 | 40 | 120 | 0 | 1 | 424 | 142 | 74 |
| Binary | 10101101 | 110011 | 11111101 | 100000 | 1010000 | 0 | 1 | 100010100 | 1100010 | 111100 |
Color Harmonies of #AD33FD
Complementary color
Monochromatic Colors of #AD33FD
Black with #AD33FD
Text Example
Text Example
White with #AD33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33FD; }
p { color: rgb(173,51,253); }
H1.HeaderClassName
{
color: #AD33FD;
}
.AnyTagClassName
{
color: #AD33FD;
}
</style>
background-color css
<style>
a { background-color: #AD33FD; }
a { background-color: rgb(173,51,253); }
div.DivClassName
{
background-color: #AD33FD;
}
.BgClassName
{
background-color: #AD33FD;
}
</style>
border-color css
<style>
span { border-color: #AD33FD; }
span { border-color: rgb(173,51,253); }
td.TdClassName
{
border-color: #AD33FD;
}
.TagClassName
{
border-color: #AD33FD;
}
</style>