Shades of Dark Orchid #AD38EE
Tints of Dark Orchid #AD38EE
RGB
CMYK
RGB Variations
Color information
#AD38EE (or 0xAD38EE) is known color: Dark Orchid. HEX triplet: AD, 38 and EE. RGB value is (173,56,238). Sum of RGB (Red+Green+Blue) = 173+56+238=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD38EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38EE is #52C711. Grayscale: #6F6F6F. Windows color (decimal): -5424914 or 15612077. OLE color: 15612077.
HSL color Cylindrical-coordinate representation of color #AD38EE: hue angle of 278.57º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD38EE is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 56 | 238 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.07 |
| HSL | 278.57º | 0.84% | 0.58% | - |
| HSV(B) | 278.57º | 0.76% | 0.93% | - |
| XYZ | 34.08 | 17.89 | 82.54 | - |
| YUV | 111.73 | 199.26 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 238 | 0.27 | 0.76 | 0 | 0.07 | 278.57 | 0.84 | 0.58 |
| Hex | AD | 38 | EE | 1B | 4C | 0 | 7 | 117 | 54 | 3A |
| Octal | 255 | 70 | 356 | 33 | 114 | 0 | 7 | 427 | 124 | 72 |
| Binary | 10101101 | 111000 | 11101110 | 11011 | 1001100 | 0 | 111 | 100010111 | 1010100 | 111010 |
Color Harmonies of #AD38EE
Complementary color
Monochromatic Colors of #AD38EE
Black with #AD38EE
Text Example
Text Example
White with #AD38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38EE; }
p { color: rgb(173,56,238); }
H1.HeaderClassName
{
color: #AD38EE;
}
.AnyTagClassName
{
color: #AD38EE;
}
</style>
background-color css
<style>
a { background-color: #AD38EE; }
a { background-color: rgb(173,56,238); }
div.DivClassName
{
background-color: #AD38EE;
}
.BgClassName
{
background-color: #AD38EE;
}
</style>
border-color css
<style>
span { border-color: #AD38EE; }
span { border-color: rgb(173,56,238); }
td.TdClassName
{
border-color: #AD38EE;
}
.TagClassName
{
border-color: #AD38EE;
}
</style>