Shades of Blue Violet #AD2BED
Tints of Blue Violet #AD2BED
RGB
CMYK
RGB Variations
Color information
#AD2BED (or 0xAD2BED) is known color: Blue Violet. HEX triplet: AD, 2B and ED. RGB value is (173,43,237). Sum of RGB (Red+Green+Blue) = 173+43+237=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD2BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BED is #52D412. Grayscale: #676767. Windows color (decimal): -5428243 or 15543213. OLE color: 15543213.
HSL color Cylindrical-coordinate representation of color #AD2BED: hue angle of 280.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2BED is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 43 | 237 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.07 |
| HSL | 280.21º | 0.84% | 0.55% | - |
| HSV(B) | 280.21º | 0.82% | 0.93% | - |
| XYZ | 33.38 | 16.73 | 81.59 | - |
| YUV | 103.99 | 203.07 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 237 | 0.27 | 0.82 | 0 | 0.07 | 280.21 | 0.84 | 0.55 |
| Hex | AD | 2B | ED | 1B | 52 | 0 | 7 | 118 | 54 | 37 |
| Octal | 255 | 53 | 355 | 33 | 122 | 0 | 7 | 430 | 124 | 67 |
| Binary | 10101101 | 101011 | 11101101 | 11011 | 1010010 | 0 | 111 | 100011000 | 1010100 | 110111 |
Color Harmonies of #AD2BED
Complementary color
Monochromatic Colors of #AD2BED
Black with #AD2BED
Text Example
Text Example
White with #AD2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BED; }
p { color: rgb(173,43,237); }
H1.HeaderClassName
{
color: #AD2BED;
}
.AnyTagClassName
{
color: #AD2BED;
}
</style>
background-color css
<style>
a { background-color: #AD2BED; }
a { background-color: rgb(173,43,237); }
div.DivClassName
{
background-color: #AD2BED;
}
.BgClassName
{
background-color: #AD2BED;
}
</style>
border-color css
<style>
span { border-color: #AD2BED; }
span { border-color: rgb(173,43,237); }
td.TdClassName
{
border-color: #AD2BED;
}
.TagClassName
{
border-color: #AD2BED;
}
</style>