Shades of Dark Orchid #AD3AD5
Tints of Dark Orchid #AD3AD5
RGB
CMYK
RGB Variations
Color information
#AD3AD5 (or 0xAD3AD5) is known color: Dark Orchid. HEX triplet: AD, 3A and D5. RGB value is (173,58,213). Sum of RGB (Red+Green+Blue) = 173+58+213=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD3AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD5 is #52C52A. Grayscale: #6D6D6D. Windows color (decimal): -5424427 or 13974189. OLE color: 13974189.
HSL color Cylindrical-coordinate representation of color #AD3AD5: hue angle of 284.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3AD5 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 58 | 213 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.16 |
| HSL | 284.52º | 0.65% | 0.53% | - |
| HSV(B) | 284.52º | 0.73% | 0.84% | - |
| XYZ | 30.76 | 16.71 | 64.56 | - |
| YUV | 110.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 213 | 0.19 | 0.73 | 0 | 0.16 | 284.52 | 0.65 | 0.53 |
| Hex | AD | 3A | D5 | 13 | 49 | 0 | 10 | 11D | 41 | 35 |
| Octal | 255 | 72 | 325 | 23 | 111 | 0 | 20 | 435 | 101 | 65 |
| Binary | 10101101 | 111010 | 11010101 | 10011 | 1001001 | 0 | 10000 | 100011101 | 1000001 | 110101 |
Color Harmonies of #AD3AD5
Complementary color
Monochromatic Colors of #AD3AD5
Black with #AD3AD5
Text Example
Text Example
White with #AD3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AD5; }
p { color: rgb(173,58,213); }
H1.HeaderClassName
{
color: #AD3AD5;
}
.AnyTagClassName
{
color: #AD3AD5;
}
</style>
background-color css
<style>
a { background-color: #AD3AD5; }
a { background-color: rgb(173,58,213); }
div.DivClassName
{
background-color: #AD3AD5;
}
.BgClassName
{
background-color: #AD3AD5;
}
</style>
border-color css
<style>
span { border-color: #AD3AD5; }
span { border-color: rgb(173,58,213); }
td.TdClassName
{
border-color: #AD3AD5;
}
.TagClassName
{
border-color: #AD3AD5;
}
</style>