Shades of Dark Orchid #AD35D0
Tints of Dark Orchid #AD35D0
RGB
CMYK
RGB Variations
Color information
#AD35D0 (or 0xAD35D0) is known color: Dark Orchid. HEX triplet: AD, 35 and D0. RGB value is (173,53,208). Sum of RGB (Red+Green+Blue) = 173+53+208=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD35D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35D0 is #52CA2F. Grayscale: #6A6A6A. Windows color (decimal): -5425712 or 13645229. OLE color: 13645229.
HSL color Cylindrical-coordinate representation of color #AD35D0: hue angle of 286.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD35D0 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 53 | 208 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.18 |
| HSL | 286.45º | 0.62% | 0.51% | - |
| HSV(B) | 286.45º | 0.75% | 0.82% | - |
| XYZ | 29.89 | 15.98 | 61.18 | - |
| YUV | 106.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 208 | 0.17 | 0.75 | 0 | 0.18 | 286.45 | 0.62 | 0.51 |
| Hex | AD | 35 | D0 | 11 | 4B | 0 | 12 | 11E | 3E | 33 |
| Octal | 255 | 65 | 320 | 21 | 113 | 0 | 22 | 436 | 76 | 63 |
| Binary | 10101101 | 110101 | 11010000 | 10001 | 1001011 | 0 | 10010 | 100011110 | 111110 | 110011 |
Color Harmonies of #AD35D0
Complementary color
Monochromatic Colors of #AD35D0
Black with #AD35D0
Text Example
Text Example
White with #AD35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD35D0; }
p { color: rgb(173,53,208); }
H1.HeaderClassName
{
color: #AD35D0;
}
.AnyTagClassName
{
color: #AD35D0;
}
</style>
background-color css
<style>
a { background-color: #AD35D0; }
a { background-color: rgb(173,53,208); }
div.DivClassName
{
background-color: #AD35D0;
}
.BgClassName
{
background-color: #AD35D0;
}
</style>
border-color css
<style>
span { border-color: #AD35D0; }
span { border-color: rgb(173,53,208); }
td.TdClassName
{
border-color: #AD35D0;
}
.TagClassName
{
border-color: #AD35D0;
}
</style>