Shades of Dark Orchid #AD3AE1
Tints of Dark Orchid #AD3AE1
RGB
CMYK
RGB Variations
Color information
#AD3AE1 (or 0xAD3AE1) is known color: Dark Orchid. HEX triplet: AD, 3A and E1. RGB value is (173,58,225). Sum of RGB (Red+Green+Blue) = 173+58+225=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD3AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AE1 is #52C51E. Grayscale: #6E6E6E. Windows color (decimal): -5424415 or 14760621. OLE color: 14760621.
HSL color Cylindrical-coordinate representation of color #AD3AE1: hue angle of 281.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3AE1 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 58 | 225 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.12 |
| HSL | 281.32º | 0.74% | 0.55% | - |
| HSV(B) | 281.32º | 0.74% | 0.88% | - |
| XYZ | 32.34 | 17.35 | 72.88 | - |
| YUV | 111.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 225 | 0.23 | 0.74 | 0 | 0.12 | 281.32 | 0.74 | 0.55 |
| Hex | AD | 3A | E1 | 17 | 4A | 0 | C | 119 | 4A | 37 |
| Octal | 255 | 72 | 341 | 27 | 112 | 0 | 14 | 431 | 112 | 67 |
| Binary | 10101101 | 111010 | 11100001 | 10111 | 1001010 | 0 | 1100 | 100011001 | 1001010 | 110111 |
Color Harmonies of #AD3AE1
Complementary color
Monochromatic Colors of #AD3AE1
Black with #AD3AE1
Text Example
Text Example
White with #AD3AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AE1; }
p { color: rgb(173,58,225); }
H1.HeaderClassName
{
color: #AD3AE1;
}
.AnyTagClassName
{
color: #AD3AE1;
}
</style>
background-color css
<style>
a { background-color: #AD3AE1; }
a { background-color: rgb(173,58,225); }
div.DivClassName
{
background-color: #AD3AE1;
}
.BgClassName
{
background-color: #AD3AE1;
}
</style>
border-color css
<style>
span { border-color: #AD3AE1; }
span { border-color: rgb(173,58,225); }
td.TdClassName
{
border-color: #AD3AE1;
}
.TagClassName
{
border-color: #AD3AE1;
}
</style>