Shades of Blue Violet #AD2EFD
Tints of Blue Violet #AD2EFD
RGB
CMYK
RGB Variations
Color information
#AD2EFD (or 0xAD2EFD) is known color: Blue Violet. HEX triplet: AD, 2E and FD. RGB value is (173,46,253). Sum of RGB (Red+Green+Blue) = 173+46+253=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EFD is #52D102. Grayscale: #6A6A6A. Windows color (decimal): -5427459 or 16592557. OLE color: 16592557.
HSL color Cylindrical-coordinate representation of color #AD2EFD: hue angle of 276.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2EFD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 46 | 253 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.01 |
| HSL | 276.81º | 0.98% | 0.59% | - |
| HSV(B) | 276.81º | 0.82% | 0.99% | - |
| XYZ | 35.94 | 17.93 | 94.5 | - |
| YUV | 107.57 | 210.08 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 253 | 0.32 | 0.82 | 0 | 0.01 | 276.81 | 0.98 | 0.59 |
| Hex | AD | 2E | FD | 20 | 52 | 0 | 1 | 115 | 62 | 3B |
| Octal | 255 | 56 | 375 | 40 | 122 | 0 | 1 | 425 | 142 | 73 |
| Binary | 10101101 | 101110 | 11111101 | 100000 | 1010010 | 0 | 1 | 100010101 | 1100010 | 111011 |
Color Harmonies of #AD2EFD
Complementary color
Monochromatic Colors of #AD2EFD
Black with #AD2EFD
Text Example
Text Example
White with #AD2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EFD; }
p { color: rgb(173,46,253); }
H1.HeaderClassName
{
color: #AD2EFD;
}
.AnyTagClassName
{
color: #AD2EFD;
}
</style>
background-color css
<style>
a { background-color: #AD2EFD; }
a { background-color: rgb(173,46,253); }
div.DivClassName
{
background-color: #AD2EFD;
}
.BgClassName
{
background-color: #AD2EFD;
}
</style>
border-color css
<style>
span { border-color: #AD2EFD; }
span { border-color: rgb(173,46,253); }
td.TdClassName
{
border-color: #AD2EFD;
}
.TagClassName
{
border-color: #AD2EFD;
}
</style>