Shades of Dark Orchid #AD3AD4
Tints of Dark Orchid #AD3AD4
RGB
CMYK
RGB Variations
Color information
#AD3AD4 (or 0xAD3AD4) is known color: Dark Orchid. HEX triplet: AD, 3A and D4. RGB value is (173,58,212). Sum of RGB (Red+Green+Blue) = 173+58+212=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD3AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD4 is #52C52B. Grayscale: #6D6D6D. Windows color (decimal): -5424428 or 13908653. OLE color: 13908653.
HSL color Cylindrical-coordinate representation of color #AD3AD4: hue angle of 284.81º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3AD4 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 58 | 212 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.17 |
| HSL | 284.81º | 0.64% | 0.53% | - |
| HSV(B) | 284.81º | 0.73% | 0.83% | - |
| XYZ | 30.63 | 16.66 | 63.89 | - |
| YUV | 109.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 212 | 0.18 | 0.73 | 0 | 0.17 | 284.81 | 0.64 | 0.53 |
| Hex | AD | 3A | D4 | 12 | 49 | 0 | 11 | 11D | 40 | 35 |
| Octal | 255 | 72 | 324 | 22 | 111 | 0 | 21 | 435 | 100 | 65 |
| Binary | 10101101 | 111010 | 11010100 | 10010 | 1001001 | 0 | 10001 | 100011101 | 1000000 | 110101 |
Color Harmonies of #AD3AD4
Complementary color
Monochromatic Colors of #AD3AD4
Black with #AD3AD4
Text Example
Text Example
White with #AD3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AD4; }
p { color: rgb(173,58,212); }
H1.HeaderClassName
{
color: #AD3AD4;
}
.AnyTagClassName
{
color: #AD3AD4;
}
</style>
background-color css
<style>
a { background-color: #AD3AD4; }
a { background-color: rgb(173,58,212); }
div.DivClassName
{
background-color: #AD3AD4;
}
.BgClassName
{
background-color: #AD3AD4;
}
</style>
border-color css
<style>
span { border-color: #AD3AD4; }
span { border-color: rgb(173,58,212); }
td.TdClassName
{
border-color: #AD3AD4;
}
.TagClassName
{
border-color: #AD3AD4;
}
</style>