Shades of Dark Orchid #AD2EE5
Tints of Dark Orchid #AD2EE5
RGB
CMYK
RGB Variations
Color information
#AD2EE5 (or 0xAD2EE5) is known color: Dark Orchid. HEX triplet: AD, 2E and E5. RGB value is (173,46,229). Sum of RGB (Red+Green+Blue) = 173+46+229=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD2EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EE5 is #52D11A. Grayscale: #686868. Windows color (decimal): -5427483 or 15019693. OLE color: 15019693.
HSL color Cylindrical-coordinate representation of color #AD2EE5: hue angle of 281.64º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2EE5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 46 | 229 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.10 |
| HSL | 281.64º | 0.78% | 0.54% | - |
| HSV(B) | 281.64º | 0.8% | 0.9% | - |
| XYZ | 32.35 | 16.5 | 75.61 | - |
| YUV | 104.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 229 | 0.24 | 0.80 | 0 | 0.10 | 281.64 | 0.78 | 0.54 |
| Hex | AD | 2E | E5 | 18 | 50 | 0 | A | 11A | 4E | 36 |
| Octal | 255 | 56 | 345 | 30 | 120 | 0 | 12 | 432 | 116 | 66 |
| Binary | 10101101 | 101110 | 11100101 | 11000 | 1010000 | 0 | 1010 | 100011010 | 1001110 | 110110 |
Color Harmonies of #AD2EE5
Complementary color
Monochromatic Colors of #AD2EE5
Black with #AD2EE5
Text Example
Text Example
White with #AD2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EE5; }
p { color: rgb(173,46,229); }
H1.HeaderClassName
{
color: #AD2EE5;
}
.AnyTagClassName
{
color: #AD2EE5;
}
</style>
background-color css
<style>
a { background-color: #AD2EE5; }
a { background-color: rgb(173,46,229); }
div.DivClassName
{
background-color: #AD2EE5;
}
.BgClassName
{
background-color: #AD2EE5;
}
</style>
border-color css
<style>
span { border-color: #AD2EE5; }
span { border-color: rgb(173,46,229); }
td.TdClassName
{
border-color: #AD2EE5;
}
.TagClassName
{
border-color: #AD2EE5;
}
</style>