Shades of Dark Orchid #AD3AE0
Tints of Dark Orchid #AD3AE0
RGB
CMYK
RGB Variations
Color information
#AD3AE0 (or 0xAD3AE0) is known color: Dark Orchid. HEX triplet: AD, 3A and E0. RGB value is (173,58,224). Sum of RGB (Red+Green+Blue) = 173+58+224=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD3AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AE0 is #52C51F. Grayscale: #6E6E6E. Windows color (decimal): -5424416 or 14695085. OLE color: 14695085.
HSL color Cylindrical-coordinate representation of color #AD3AE0: hue angle of 281.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3AE0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 58 | 224 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.12 |
| HSL | 281.57º | 0.73% | 0.55% | - |
| HSV(B) | 281.57º | 0.74% | 0.88% | - |
| XYZ | 32.2 | 17.29 | 72.16 | - |
| YUV | 111.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 224 | 0.23 | 0.74 | 0 | 0.12 | 281.57 | 0.73 | 0.55 |
| Hex | AD | 3A | E0 | 17 | 4A | 0 | C | 11A | 49 | 37 |
| Octal | 255 | 72 | 340 | 27 | 112 | 0 | 14 | 432 | 111 | 67 |
| Binary | 10101101 | 111010 | 11100000 | 10111 | 1001010 | 0 | 1100 | 100011010 | 1001001 | 110111 |
Color Harmonies of #AD3AE0
Complementary color
Monochromatic Colors of #AD3AE0
Black with #AD3AE0
Text Example
Text Example
White with #AD3AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AE0; }
p { color: rgb(173,58,224); }
H1.HeaderClassName
{
color: #AD3AE0;
}
.AnyTagClassName
{
color: #AD3AE0;
}
</style>
background-color css
<style>
a { background-color: #AD3AE0; }
a { background-color: rgb(173,58,224); }
div.DivClassName
{
background-color: #AD3AE0;
}
.BgClassName
{
background-color: #AD3AE0;
}
</style>
border-color css
<style>
span { border-color: #AD3AE0; }
span { border-color: rgb(173,58,224); }
td.TdClassName
{
border-color: #AD3AE0;
}
.TagClassName
{
border-color: #AD3AE0;
}
</style>