Shades of Dark Orchid #AD3ACE
Tints of Dark Orchid #AD3ACE
RGB
CMYK
RGB Variations
Color information
#AD3ACE (or 0xAD3ACE) is known color: Dark Orchid. HEX triplet: AD, 3A and CE. RGB value is (173,58,206). Sum of RGB (Red+Green+Blue) = 173+58+206=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ACE is #52C531. Grayscale: #6C6C6C. Windows color (decimal): -5424434 or 13515437. OLE color: 13515437.
HSL color Cylindrical-coordinate representation of color #AD3ACE: hue angle of 286.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3ACE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 58 | 206 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.19 |
| HSL | 286.62º | 0.6% | 0.52% | - |
| HSV(B) | 286.62º | 0.72% | 0.81% | - |
| XYZ | 29.89 | 16.37 | 59.98 | - |
| YUV | 109.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 206 | 0.16 | 0.72 | 0 | 0.19 | 286.62 | 0.6 | 0.52 |
| Hex | AD | 3A | CE | 10 | 48 | 0 | 13 | 11F | 3C | 34 |
| Octal | 255 | 72 | 316 | 20 | 110 | 0 | 23 | 437 | 74 | 64 |
| Binary | 10101101 | 111010 | 11001110 | 10000 | 1001000 | 0 | 10011 | 100011111 | 111100 | 110100 |
Color Harmonies of #AD3ACE
Complementary color
Monochromatic Colors of #AD3ACE
Black with #AD3ACE
Text Example
Text Example
White with #AD3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ACE; }
p { color: rgb(173,58,206); }
H1.HeaderClassName
{
color: #AD3ACE;
}
.AnyTagClassName
{
color: #AD3ACE;
}
</style>
background-color css
<style>
a { background-color: #AD3ACE; }
a { background-color: rgb(173,58,206); }
div.DivClassName
{
background-color: #AD3ACE;
}
.BgClassName
{
background-color: #AD3ACE;
}
</style>
border-color css
<style>
span { border-color: #AD3ACE; }
span { border-color: rgb(173,58,206); }
td.TdClassName
{
border-color: #AD3ACE;
}
.TagClassName
{
border-color: #AD3ACE;
}
</style>