Shades of Medium Orchid #AD3EE5
Tints of Medium Orchid #AD3EE5
RGB
CMYK
RGB Variations
Color information
#AD3EE5 (or 0xAD3EE5) is known color: Medium Orchid. HEX triplet: AD, 3E and E5. RGB value is (173,62,229). Sum of RGB (Red+Green+Blue) = 173+62+229=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD3EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EE5 is #52C11A. Grayscale: #717171. Windows color (decimal): -5423387 or 15023789. OLE color: 15023789.
HSL color Cylindrical-coordinate representation of color #AD3EE5: hue angle of 279.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3EE5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 62 | 229 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.10 |
| HSL | 279.88º | 0.76% | 0.57% | - |
| HSV(B) | 279.88º | 0.73% | 0.9% | - |
| XYZ | 33.1 | 17.99 | 75.86 | - |
| YUV | 114.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 229 | 0.24 | 0.73 | 0 | 0.10 | 279.88 | 0.76 | 0.57 |
| Hex | AD | 3E | E5 | 18 | 49 | 0 | A | 118 | 4C | 39 |
| Octal | 255 | 76 | 345 | 30 | 111 | 0 | 12 | 430 | 114 | 71 |
| Binary | 10101101 | 111110 | 11100101 | 11000 | 1001001 | 0 | 1010 | 100011000 | 1001100 | 111001 |
Color Harmonies of #AD3EE5
Complementary color
Monochromatic Colors of #AD3EE5
Black with #AD3EE5
Text Example
Text Example
White with #AD3EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EE5; }
p { color: rgb(173,62,229); }
H1.HeaderClassName
{
color: #AD3EE5;
}
.AnyTagClassName
{
color: #AD3EE5;
}
</style>
background-color css
<style>
a { background-color: #AD3EE5; }
a { background-color: rgb(173,62,229); }
div.DivClassName
{
background-color: #AD3EE5;
}
.BgClassName
{
background-color: #AD3EE5;
}
</style>
border-color css
<style>
span { border-color: #AD3EE5; }
span { border-color: rgb(173,62,229); }
td.TdClassName
{
border-color: #AD3EE5;
}
.TagClassName
{
border-color: #AD3EE5;
}
</style>