Shades of Dark Orchid #AD23EA
Tints of Dark Orchid #AD23EA
RGB
CMYK
RGB Variations
Color information
#AD23EA (or 0xAD23EA) is known color: Dark Orchid. HEX triplet: AD, 23 and EA. RGB value is (173,35,234). Sum of RGB (Red+Green+Blue) = 173+35+234=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD23EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD23EA is #52DC15. Grayscale: #626262. Windows color (decimal): -5430294 or 15344557. OLE color: 15344557.
HSL color Cylindrical-coordinate representation of color #AD23EA: hue angle of 281.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD23EA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 35 | 234 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.08 |
| HSL | 281.61º | 0.83% | 0.53% | - |
| HSV(B) | 281.61º | 0.85% | 0.92% | - |
| XYZ | 32.69 | 16.03 | 79.21 | - |
| YUV | 98.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 234 | 0.26 | 0.85 | 0 | 0.08 | 281.61 | 0.83 | 0.53 |
| Hex | AD | 23 | EA | 1A | 55 | 0 | 8 | 11A | 53 | 35 |
| Octal | 255 | 43 | 352 | 32 | 125 | 0 | 10 | 432 | 123 | 65 |
| Binary | 10101101 | 100011 | 11101010 | 11010 | 1010101 | 0 | 1000 | 100011010 | 1010011 | 110101 |
Color Harmonies of #AD23EA
Complementary color
Monochromatic Colors of #AD23EA
Black with #AD23EA
Text Example
Text Example
White with #AD23EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23EA; }
p { color: rgb(173,35,234); }
H1.HeaderClassName
{
color: #AD23EA;
}
.AnyTagClassName
{
color: #AD23EA;
}
</style>
background-color css
<style>
a { background-color: #AD23EA; }
a { background-color: rgb(173,35,234); }
div.DivClassName
{
background-color: #AD23EA;
}
.BgClassName
{
background-color: #AD23EA;
}
</style>
border-color css
<style>
span { border-color: #AD23EA; }
span { border-color: rgb(173,35,234); }
td.TdClassName
{
border-color: #AD23EA;
}
.TagClassName
{
border-color: #AD23EA;
}
</style>