Shades of Dark Orchid #AD3BE0
Tints of Dark Orchid #AD3BE0
RGB
CMYK
RGB Variations
Color information
#AD3BE0 (or 0xAD3BE0) is known color: Dark Orchid. HEX triplet: AD, 3B and E0. RGB value is (173,59,224). Sum of RGB (Red+Green+Blue) = 173+59+224=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BE0 is #52C41F. Grayscale: #6F6F6F. Windows color (decimal): -5424160 or 14695341. OLE color: 14695341.
HSL color Cylindrical-coordinate representation of color #AD3BE0: hue angle of 281.45º 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 #AD3BE0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 59 | 224 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.12 |
| HSL | 281.45º | 0.73% | 0.55% | - |
| HSV(B) | 281.45º | 0.74% | 0.88% | - |
| XYZ | 32.25 | 17.39 | 72.18 | - |
| YUV | 111.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 224 | 0.23 | 0.74 | 0 | 0.12 | 281.45 | 0.73 | 0.55 |
| Hex | AD | 3B | E0 | 17 | 4A | 0 | C | 119 | 49 | 37 |
| Octal | 255 | 73 | 340 | 27 | 112 | 0 | 14 | 431 | 111 | 67 |
| Binary | 10101101 | 111011 | 11100000 | 10111 | 1001010 | 0 | 1100 | 100011001 | 1001001 | 110111 |
Color Harmonies of #AD3BE0
Complementary color
Monochromatic Colors of #AD3BE0
Black with #AD3BE0
Text Example
Text Example
White with #AD3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BE0; }
p { color: rgb(173,59,224); }
H1.HeaderClassName
{
color: #AD3BE0;
}
.AnyTagClassName
{
color: #AD3BE0;
}
</style>
background-color css
<style>
a { background-color: #AD3BE0; }
a { background-color: rgb(173,59,224); }
div.DivClassName
{
background-color: #AD3BE0;
}
.BgClassName
{
background-color: #AD3BE0;
}
</style>
border-color css
<style>
span { border-color: #AD3BE0; }
span { border-color: rgb(173,59,224); }
td.TdClassName
{
border-color: #AD3BE0;
}
.TagClassName
{
border-color: #AD3BE0;
}
</style>