Shades of Dark Orchid #AD30E6
Tints of Dark Orchid #AD30E6
RGB
CMYK
RGB Variations
Color information
#AD30E6 (or 0xAD30E6) is known color: Dark Orchid. HEX triplet: AD, 30 and E6. RGB value is (173,48,230). Sum of RGB (Red+Green+Blue) = 173+48+230=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD30E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD30E6 is #52CF19. Grayscale: #696969. Windows color (decimal): -5426970 or 15085741. OLE color: 15085741.
HSL color Cylindrical-coordinate representation of color #AD30E6: hue angle of 281.21º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD30E6 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 48 | 230 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.10 |
| HSL | 281.21º | 0.78% | 0.55% | - |
| HSV(B) | 281.21º | 0.79% | 0.9% | - |
| XYZ | 32.57 | 16.71 | 76.37 | - |
| YUV | 106.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 230 | 0.25 | 0.79 | 0 | 0.10 | 281.21 | 0.78 | 0.55 |
| Hex | AD | 30 | E6 | 19 | 4F | 0 | A | 119 | 4E | 37 |
| Octal | 255 | 60 | 346 | 31 | 117 | 0 | 12 | 431 | 116 | 67 |
| Binary | 10101101 | 110000 | 11100110 | 11001 | 1001111 | 0 | 1010 | 100011001 | 1001110 | 110111 |
Color Harmonies of #AD30E6
Complementary color
Monochromatic Colors of #AD30E6
Black with #AD30E6
Text Example
Text Example
White with #AD30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30E6; }
p { color: rgb(173,48,230); }
H1.HeaderClassName
{
color: #AD30E6;
}
.AnyTagClassName
{
color: #AD30E6;
}
</style>
background-color css
<style>
a { background-color: #AD30E6; }
a { background-color: rgb(173,48,230); }
div.DivClassName
{
background-color: #AD30E6;
}
.BgClassName
{
background-color: #AD30E6;
}
</style>
border-color css
<style>
span { border-color: #AD30E6; }
span { border-color: rgb(173,48,230); }
td.TdClassName
{
border-color: #AD30E6;
}
.TagClassName
{
border-color: #AD30E6;
}
</style>