Shades of Dark Orchid #AD2FE9
Tints of Dark Orchid #AD2FE9
RGB
CMYK
RGB Variations
Color information
#AD2FE9 (or 0xAD2FE9) is known color: Dark Orchid. HEX triplet: AD, 2F and E9. RGB value is (173,47,233). Sum of RGB (Red+Green+Blue) = 173+47+233=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD2FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FE9 is #52D016. Grayscale: #696969. Windows color (decimal): -5427223 or 15282093. OLE color: 15282093.
HSL color Cylindrical-coordinate representation of color #AD2FE9: hue angle of 280.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2FE9 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 47 | 233 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.09 |
| HSL | 280.65º | 0.81% | 0.55% | - |
| HSV(B) | 280.65º | 0.8% | 0.91% | - |
| XYZ | 32.96 | 16.8 | 78.6 | - |
| YUV | 105.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 233 | 0.26 | 0.80 | 0 | 0.09 | 280.65 | 0.81 | 0.55 |
| Hex | AD | 2F | E9 | 1A | 50 | 0 | 9 | 119 | 51 | 37 |
| Octal | 255 | 57 | 351 | 32 | 120 | 0 | 11 | 431 | 121 | 67 |
| Binary | 10101101 | 101111 | 11101001 | 11010 | 1010000 | 0 | 1001 | 100011001 | 1010001 | 110111 |
Color Harmonies of #AD2FE9
Complementary color
Monochromatic Colors of #AD2FE9
Black with #AD2FE9
Text Example
Text Example
White with #AD2FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FE9; }
p { color: rgb(173,47,233); }
H1.HeaderClassName
{
color: #AD2FE9;
}
.AnyTagClassName
{
color: #AD2FE9;
}
</style>
background-color css
<style>
a { background-color: #AD2FE9; }
a { background-color: rgb(173,47,233); }
div.DivClassName
{
background-color: #AD2FE9;
}
.BgClassName
{
background-color: #AD2FE9;
}
</style>
border-color css
<style>
span { border-color: #AD2FE9; }
span { border-color: rgb(173,47,233); }
td.TdClassName
{
border-color: #AD2FE9;
}
.TagClassName
{
border-color: #AD2FE9;
}
</style>