Shades of Blue Violet #AD2BFD
Tints of Blue Violet #AD2BFD
RGB
CMYK
RGB Variations
Color information
#AD2BFD (or 0xAD2BFD) is known color: Blue Violet. HEX triplet: AD, 2B and FD. RGB value is (173,43,253). Sum of RGB (Red+Green+Blue) = 173+43+253=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD2BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BFD is #52D402. Grayscale: #696969. Windows color (decimal): -5428227 or 16591789. OLE color: 16591789.
HSL color Cylindrical-coordinate representation of color #AD2BFD: hue angle of 277.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD2BFD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 43 | 253 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.01 |
| HSL | 277.14º | 0.98% | 0.58% | - |
| HSV(B) | 277.14º | 0.83% | 0.99% | - |
| XYZ | 35.83 | 17.7 | 94.46 | - |
| YUV | 105.81 | 211.07 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 253 | 0.32 | 0.83 | 0 | 0.01 | 277.14 | 0.98 | 0.58 |
| Hex | AD | 2B | FD | 20 | 53 | 0 | 1 | 115 | 62 | 3A |
| Octal | 255 | 53 | 375 | 40 | 123 | 0 | 1 | 425 | 142 | 72 |
| Binary | 10101101 | 101011 | 11111101 | 100000 | 1010011 | 0 | 1 | 100010101 | 1100010 | 111010 |
Color Harmonies of #AD2BFD
Complementary color
Monochromatic Colors of #AD2BFD
Black with #AD2BFD
Text Example
Text Example
White with #AD2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BFD; }
p { color: rgb(173,43,253); }
H1.HeaderClassName
{
color: #AD2BFD;
}
.AnyTagClassName
{
color: #AD2BFD;
}
</style>
background-color css
<style>
a { background-color: #AD2BFD; }
a { background-color: rgb(173,43,253); }
div.DivClassName
{
background-color: #AD2BFD;
}
.BgClassName
{
background-color: #AD2BFD;
}
</style>
border-color css
<style>
span { border-color: #AD2BFD; }
span { border-color: rgb(173,43,253); }
td.TdClassName
{
border-color: #AD2BFD;
}
.TagClassName
{
border-color: #AD2BFD;
}
</style>