Shades of Dark Orchid #AD3ADF
Tints of Dark Orchid #AD3ADF
RGB
CMYK
RGB Variations
Color information
#AD3ADF (or 0xAD3ADF) is known color: Dark Orchid. HEX triplet: AD, 3A and DF. RGB value is (173,58,223). Sum of RGB (Red+Green+Blue) = 173+58+223=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD3ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ADF is #52C520. Grayscale: #6E6E6E. Windows color (decimal): -5424417 or 14629549. OLE color: 14629549.
HSL color Cylindrical-coordinate representation of color #AD3ADF: hue angle of 281.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3ADF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 58 | 223 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.13 |
| HSL | 281.82º | 0.72% | 0.55% | - |
| HSV(B) | 281.82º | 0.74% | 0.87% | - |
| XYZ | 32.07 | 17.24 | 71.45 | - |
| YUV | 111.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 223 | 0.22 | 0.74 | 0 | 0.13 | 281.82 | 0.72 | 0.55 |
| Hex | AD | 3A | DF | 16 | 4A | 0 | D | 11A | 48 | 37 |
| Octal | 255 | 72 | 337 | 26 | 112 | 0 | 15 | 432 | 110 | 67 |
| Binary | 10101101 | 111010 | 11011111 | 10110 | 1001010 | 0 | 1101 | 100011010 | 1001000 | 110111 |
Color Harmonies of #AD3ADF
Complementary color
Monochromatic Colors of #AD3ADF
Black with #AD3ADF
Text Example
Text Example
White with #AD3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ADF; }
p { color: rgb(173,58,223); }
H1.HeaderClassName
{
color: #AD3ADF;
}
.AnyTagClassName
{
color: #AD3ADF;
}
</style>
background-color css
<style>
a { background-color: #AD3ADF; }
a { background-color: rgb(173,58,223); }
div.DivClassName
{
background-color: #AD3ADF;
}
.BgClassName
{
background-color: #AD3ADF;
}
</style>
border-color css
<style>
span { border-color: #AD3ADF; }
span { border-color: rgb(173,58,223); }
td.TdClassName
{
border-color: #AD3ADF;
}
.TagClassName
{
border-color: #AD3ADF;
}
</style>