Shades of Dark Orchid #AD2BE5
Tints of Dark Orchid #AD2BE5
RGB
CMYK
RGB Variations
Color information
#AD2BE5 (or 0xAD2BE5) is known color: Dark Orchid. HEX triplet: AD, 2B and E5. RGB value is (173,43,229). Sum of RGB (Red+Green+Blue) = 173+43+229=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD2BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BE5 is #52D41A. Grayscale: #666666. Windows color (decimal): -5428251 or 15018925. OLE color: 15018925.
HSL color Cylindrical-coordinate representation of color #AD2BE5: hue angle of 281.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BE5 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 43 | 229 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.10 |
| HSL | 281.94º | 0.78% | 0.53% | - |
| HSV(B) | 281.94º | 0.81% | 0.9% | - |
| XYZ | 32.24 | 16.27 | 75.57 | - |
| YUV | 103.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 229 | 0.24 | 0.81 | 0 | 0.10 | 281.94 | 0.78 | 0.53 |
| Hex | AD | 2B | E5 | 18 | 51 | 0 | A | 11A | 4E | 35 |
| Octal | 255 | 53 | 345 | 30 | 121 | 0 | 12 | 432 | 116 | 65 |
| Binary | 10101101 | 101011 | 11100101 | 11000 | 1010001 | 0 | 1010 | 100011010 | 1001110 | 110101 |
Color Harmonies of #AD2BE5
Complementary color
Monochromatic Colors of #AD2BE5
Black with #AD2BE5
Text Example
Text Example
White with #AD2BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BE5; }
p { color: rgb(173,43,229); }
H1.HeaderClassName
{
color: #AD2BE5;
}
.AnyTagClassName
{
color: #AD2BE5;
}
</style>
background-color css
<style>
a { background-color: #AD2BE5; }
a { background-color: rgb(173,43,229); }
div.DivClassName
{
background-color: #AD2BE5;
}
.BgClassName
{
background-color: #AD2BE5;
}
</style>
border-color css
<style>
span { border-color: #AD2BE5; }
span { border-color: rgb(173,43,229); }
td.TdClassName
{
border-color: #AD2BE5;
}
.TagClassName
{
border-color: #AD2BE5;
}
</style>