Shades of Dark Orchid #AD3ED2
Tints of Dark Orchid #AD3ED2
RGB
CMYK
RGB Variations
Color information
#AD3ED2 (or 0xAD3ED2) is known color: Dark Orchid. HEX triplet: AD, 3E and D2. RGB value is (173,62,210). Sum of RGB (Red+Green+Blue) = 173+62+210=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD3ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ED2 is #52C12D. Grayscale: #6F6F6F. Windows color (decimal): -5423406 or 13778605. OLE color: 13778605.
HSL color Cylindrical-coordinate representation of color #AD3ED2: hue angle of 285º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3ED2 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 62 | 210 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.18 |
| HSL | 285º | 0.62% | 0.53% | - |
| HSV(B) | 285º | 0.7% | 0.82% | - |
| XYZ | 30.59 | 16.98 | 62.64 | - |
| YUV | 112.06 | 183.27 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 210 | 0.18 | 0.70 | 0 | 0.18 | 285 | 0.62 | 0.53 |
| Hex | AD | 3E | D2 | 12 | 46 | 0 | 12 | 11D | 3E | 35 |
| Octal | 255 | 76 | 322 | 22 | 106 | 0 | 22 | 435 | 76 | 65 |
| Binary | 10101101 | 111110 | 11010010 | 10010 | 1000110 | 0 | 10010 | 100011101 | 111110 | 110101 |
Color Harmonies of #AD3ED2
Complementary color
Monochromatic Colors of #AD3ED2
Black with #AD3ED2
Text Example
Text Example
White with #AD3ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ED2; }
p { color: rgb(173,62,210); }
H1.HeaderClassName
{
color: #AD3ED2;
}
.AnyTagClassName
{
color: #AD3ED2;
}
</style>
background-color css
<style>
a { background-color: #AD3ED2; }
a { background-color: rgb(173,62,210); }
div.DivClassName
{
background-color: #AD3ED2;
}
.BgClassName
{
background-color: #AD3ED2;
}
</style>
border-color css
<style>
span { border-color: #AD3ED2; }
span { border-color: rgb(173,62,210); }
td.TdClassName
{
border-color: #AD3ED2;
}
.TagClassName
{
border-color: #AD3ED2;
}
</style>