Shades of Dark Orchid #AD3BD5
Tints of Dark Orchid #AD3BD5
RGB
CMYK
RGB Variations
Color information
#AD3BD5 (or 0xAD3BD5) is known color: Dark Orchid. HEX triplet: AD, 3B and D5. RGB value is (173,59,213). Sum of RGB (Red+Green+Blue) = 173+59+213=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD3BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BD5 is #52C42A. Grayscale: #6E6E6E. Windows color (decimal): -5424171 or 13974445. OLE color: 13974445.
HSL color Cylindrical-coordinate representation of color #AD3BD5: hue angle of 284.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3BD5 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 59 | 213 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.16 |
| HSL | 284.42º | 0.65% | 0.53% | - |
| HSV(B) | 284.42º | 0.72% | 0.84% | - |
| XYZ | 30.81 | 16.82 | 64.57 | - |
| YUV | 110.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 213 | 0.19 | 0.72 | 0 | 0.16 | 284.42 | 0.65 | 0.53 |
| Hex | AD | 3B | D5 | 13 | 48 | 0 | 10 | 11C | 41 | 35 |
| Octal | 255 | 73 | 325 | 23 | 110 | 0 | 20 | 434 | 101 | 65 |
| Binary | 10101101 | 111011 | 11010101 | 10011 | 1001000 | 0 | 10000 | 100011100 | 1000001 | 110101 |
Color Harmonies of #AD3BD5
Complementary color
Monochromatic Colors of #AD3BD5
Black with #AD3BD5
Text Example
Text Example
White with #AD3BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BD5; }
p { color: rgb(173,59,213); }
H1.HeaderClassName
{
color: #AD3BD5;
}
.AnyTagClassName
{
color: #AD3BD5;
}
</style>
background-color css
<style>
a { background-color: #AD3BD5; }
a { background-color: rgb(173,59,213); }
div.DivClassName
{
background-color: #AD3BD5;
}
.BgClassName
{
background-color: #AD3BD5;
}
</style>
border-color css
<style>
span { border-color: #AD3BD5; }
span { border-color: rgb(173,59,213); }
td.TdClassName
{
border-color: #AD3BD5;
}
.TagClassName
{
border-color: #AD3BD5;
}
</style>