Shades of Dark Orchid #AD3EDB
Tints of Dark Orchid #AD3EDB
RGB
CMYK
RGB Variations
Color information
#AD3EDB (or 0xAD3EDB) is known color: Dark Orchid. HEX triplet: AD, 3E and DB. RGB value is (173,62,219). Sum of RGB (Red+Green+Blue) = 173+62+219=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EDB is #52C124. Grayscale: #707070. Windows color (decimal): -5423397 or 14368429. OLE color: 14368429.
HSL color Cylindrical-coordinate representation of color #AD3EDB: hue angle of 282.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3EDB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 62 | 219 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.14 |
| HSL | 282.42º | 0.69% | 0.55% | - |
| HSV(B) | 282.42º | 0.72% | 0.86% | - |
| XYZ | 31.74 | 17.44 | 68.71 | - |
| YUV | 113.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 219 | 0.21 | 0.72 | 0 | 0.14 | 282.42 | 0.69 | 0.55 |
| Hex | AD | 3E | DB | 15 | 48 | 0 | E | 11A | 45 | 37 |
| Octal | 255 | 76 | 333 | 25 | 110 | 0 | 16 | 432 | 105 | 67 |
| Binary | 10101101 | 111110 | 11011011 | 10101 | 1001000 | 0 | 1110 | 100011010 | 1000101 | 110111 |
Color Harmonies of #AD3EDB
Complementary color
Monochromatic Colors of #AD3EDB
Black with #AD3EDB
Text Example
Text Example
White with #AD3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EDB; }
p { color: rgb(173,62,219); }
H1.HeaderClassName
{
color: #AD3EDB;
}
.AnyTagClassName
{
color: #AD3EDB;
}
</style>
background-color css
<style>
a { background-color: #AD3EDB; }
a { background-color: rgb(173,62,219); }
div.DivClassName
{
background-color: #AD3EDB;
}
.BgClassName
{
background-color: #AD3EDB;
}
</style>
border-color css
<style>
span { border-color: #AD3EDB; }
span { border-color: rgb(173,62,219); }
td.TdClassName
{
border-color: #AD3EDB;
}
.TagClassName
{
border-color: #AD3EDB;
}
</style>