Shades of Dark Orchid #AD35DF
Tints of Dark Orchid #AD35DF
RGB
CMYK
RGB Variations
Color information
#AD35DF (or 0xAD35DF) is known color: Dark Orchid. HEX triplet: AD, 35 and DF. RGB value is (173,53,223). Sum of RGB (Red+Green+Blue) = 173+53+223=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35DF is #52CA20. Grayscale: #6B6B6B. Windows color (decimal): -5425697 or 14628269. OLE color: 14628269.
HSL color Cylindrical-coordinate representation of color #AD35DF: hue angle of 282.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD35DF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 53 | 223 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.13 |
| HSL | 282.35º | 0.73% | 0.54% | - |
| HSV(B) | 282.35º | 0.76% | 0.87% | - |
| XYZ | 31.83 | 16.76 | 71.37 | - |
| YUV | 108.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 223 | 0.22 | 0.76 | 0 | 0.13 | 282.35 | 0.73 | 0.54 |
| Hex | AD | 35 | DF | 16 | 4C | 0 | D | 11A | 49 | 36 |
| Octal | 255 | 65 | 337 | 26 | 114 | 0 | 15 | 432 | 111 | 66 |
| Binary | 10101101 | 110101 | 11011111 | 10110 | 1001100 | 0 | 1101 | 100011010 | 1001001 | 110110 |
Color Harmonies of #AD35DF
Complementary color
Monochromatic Colors of #AD35DF
Black with #AD35DF
Text Example
Text Example
White with #AD35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35DF; }
p { color: rgb(173,53,223); }
H1.HeaderClassName
{
color: #AD35DF;
}
.AnyTagClassName
{
color: #AD35DF;
}
</style>
background-color css
<style>
a { background-color: #AD35DF; }
a { background-color: rgb(173,53,223); }
div.DivClassName
{
background-color: #AD35DF;
}
.BgClassName
{
background-color: #AD35DF;
}
</style>
border-color css
<style>
span { border-color: #AD35DF; }
span { border-color: rgb(173,53,223); }
td.TdClassName
{
border-color: #AD35DF;
}
.TagClassName
{
border-color: #AD35DF;
}
</style>