Shades of Dark Orchid #AD3AD1
Tints of Dark Orchid #AD3AD1
RGB
CMYK
RGB Variations
Color information
#AD3AD1 (or 0xAD3AD1) is known color: Dark Orchid. HEX triplet: AD, 3A and D1. RGB value is (173,58,209). Sum of RGB (Red+Green+Blue) = 173+58+209=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD3AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD1 is #52C52E. Grayscale: #6D6D6D. Windows color (decimal): -5424431 or 13712045. OLE color: 13712045.
HSL color Cylindrical-coordinate representation of color #AD3AD1: hue angle of 285.7º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3AD1 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 58 | 209 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.18 |
| HSL | 285.7º | 0.62% | 0.52% | - |
| HSV(B) | 285.7º | 0.72% | 0.82% | - |
| XYZ | 30.26 | 16.51 | 61.91 | - |
| YUV | 109.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 209 | 0.17 | 0.72 | 0 | 0.18 | 285.7 | 0.62 | 0.52 |
| Hex | AD | 3A | D1 | 11 | 48 | 0 | 12 | 11E | 3E | 34 |
| Octal | 255 | 72 | 321 | 21 | 110 | 0 | 22 | 436 | 76 | 64 |
| Binary | 10101101 | 111010 | 11010001 | 10001 | 1001000 | 0 | 10010 | 100011110 | 111110 | 110100 |
Color Harmonies of #AD3AD1
Complementary color
Monochromatic Colors of #AD3AD1
Black with #AD3AD1
Text Example
Text Example
White with #AD3AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AD1; }
p { color: rgb(173,58,209); }
H1.HeaderClassName
{
color: #AD3AD1;
}
.AnyTagClassName
{
color: #AD3AD1;
}
</style>
background-color css
<style>
a { background-color: #AD3AD1; }
a { background-color: rgb(173,58,209); }
div.DivClassName
{
background-color: #AD3AD1;
}
.BgClassName
{
background-color: #AD3AD1;
}
</style>
border-color css
<style>
span { border-color: #AD3AD1; }
span { border-color: rgb(173,58,209); }
td.TdClassName
{
border-color: #AD3AD1;
}
.TagClassName
{
border-color: #AD3AD1;
}
</style>