Shades of Dark Orchid #AD2EEA
Tints of Dark Orchid #AD2EEA
RGB
CMYK
RGB Variations
Color information
#AD2EEA (or 0xAD2EEA) is known color: Dark Orchid. HEX triplet: AD, 2E and EA. RGB value is (173,46,234). Sum of RGB (Red+Green+Blue) = 173+46+234=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD2EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EEA is #52D115. Grayscale: #686868. Windows color (decimal): -5427478 or 15347373. OLE color: 15347373.
HSL color Cylindrical-coordinate representation of color #AD2EEA: hue angle of 280.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2EEA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 46 | 234 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.08 |
| HSL | 280.53º | 0.82% | 0.55% | - |
| HSV(B) | 280.53º | 0.8% | 0.92% | - |
| XYZ | 33.06 | 16.78 | 79.34 | - |
| YUV | 105.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 234 | 0.26 | 0.80 | 0 | 0.08 | 280.53 | 0.82 | 0.55 |
| Hex | AD | 2E | EA | 1A | 50 | 0 | 8 | 119 | 52 | 37 |
| Octal | 255 | 56 | 352 | 32 | 120 | 0 | 10 | 431 | 122 | 67 |
| Binary | 10101101 | 101110 | 11101010 | 11010 | 1010000 | 0 | 1000 | 100011001 | 1010010 | 110111 |
Color Harmonies of #AD2EEA
Complementary color
Monochromatic Colors of #AD2EEA
Black with #AD2EEA
Text Example
Text Example
White with #AD2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EEA; }
p { color: rgb(173,46,234); }
H1.HeaderClassName
{
color: #AD2EEA;
}
.AnyTagClassName
{
color: #AD2EEA;
}
</style>
background-color css
<style>
a { background-color: #AD2EEA; }
a { background-color: rgb(173,46,234); }
div.DivClassName
{
background-color: #AD2EEA;
}
.BgClassName
{
background-color: #AD2EEA;
}
</style>
border-color css
<style>
span { border-color: #AD2EEA; }
span { border-color: rgb(173,46,234); }
td.TdClassName
{
border-color: #AD2EEA;
}
.TagClassName
{
border-color: #AD2EEA;
}
</style>