Shades of Dark Orchid #AD3BE8
Tints of Dark Orchid #AD3BE8
RGB
CMYK
RGB Variations
Color information
#AD3BE8 (or 0xAD3BE8) is known color: Dark Orchid. HEX triplet: AD, 3B and E8. RGB value is (173,59,232). Sum of RGB (Red+Green+Blue) = 173+59+232=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD3BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BE8 is #52C417. Grayscale: #707070. Windows color (decimal): -5424152 or 15219629. OLE color: 15219629.
HSL color Cylindrical-coordinate representation of color #AD3BE8: hue angle of 279.54º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3BE8 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 59 | 232 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.09 |
| HSL | 279.54º | 0.79% | 0.57% | - |
| HSV(B) | 279.54º | 0.75% | 0.91% | - |
| XYZ | 33.36 | 17.84 | 78.03 | - |
| YUV | 112.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 232 | 0.25 | 0.75 | 0 | 0.09 | 279.54 | 0.79 | 0.57 |
| Hex | AD | 3B | E8 | 19 | 4B | 0 | 9 | 118 | 4F | 39 |
| Octal | 255 | 73 | 350 | 31 | 113 | 0 | 11 | 430 | 117 | 71 |
| Binary | 10101101 | 111011 | 11101000 | 11001 | 1001011 | 0 | 1001 | 100011000 | 1001111 | 111001 |
Color Harmonies of #AD3BE8
Complementary color
Monochromatic Colors of #AD3BE8
Black with #AD3BE8
Text Example
Text Example
White with #AD3BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BE8; }
p { color: rgb(173,59,232); }
H1.HeaderClassName
{
color: #AD3BE8;
}
.AnyTagClassName
{
color: #AD3BE8;
}
</style>
background-color css
<style>
a { background-color: #AD3BE8; }
a { background-color: rgb(173,59,232); }
div.DivClassName
{
background-color: #AD3BE8;
}
.BgClassName
{
background-color: #AD3BE8;
}
</style>
border-color css
<style>
span { border-color: #AD3BE8; }
span { border-color: rgb(173,59,232); }
td.TdClassName
{
border-color: #AD3BE8;
}
.TagClassName
{
border-color: #AD3BE8;
}
</style>