Shades of Medium Orchid #AD5CE5
Tints of Medium Orchid #AD5CE5
RGB
CMYK
RGB Variations
Color information
#AD5CE5 (or 0xAD5CE5) is known color: Medium Orchid. HEX triplet: AD, 5C and E5. RGB value is (173,92,229). Sum of RGB (Red+Green+Blue) = 173+92+229=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD5CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CE5 is #52A31A. Grayscale: #838383. Windows color (decimal): -5415707 or 15031469. OLE color: 15031469.
HSL color Cylindrical-coordinate representation of color #AD5CE5: hue angle of 275.47º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5CE5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 92 | 229 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.10 |
| HSL | 275.47º | 0.72% | 0.63% | - |
| HSV(B) | 275.47º | 0.6% | 0.9% | - |
| XYZ | 35.2 | 22.2 | 76.56 | - |
| YUV | 131.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 229 | 0.24 | 0.60 | 0 | 0.10 | 275.47 | 0.72 | 0.63 |
| Hex | AD | 5C | E5 | 18 | 3C | 0 | A | 113 | 48 | 3F |
| Octal | 255 | 134 | 345 | 30 | 74 | 0 | 12 | 423 | 110 | 77 |
| Binary | 10101101 | 1011100 | 11100101 | 11000 | 111100 | 0 | 1010 | 100010011 | 1001000 | 111111 |
Color Harmonies of #AD5CE5
Complementary color
Monochromatic Colors of #AD5CE5
Black with #AD5CE5
Text Example
Text Example
White with #AD5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CE5; }
p { color: rgb(173,92,229); }
H1.HeaderClassName
{
color: #AD5CE5;
}
.AnyTagClassName
{
color: #AD5CE5;
}
</style>
background-color css
<style>
a { background-color: #AD5CE5; }
a { background-color: rgb(173,92,229); }
div.DivClassName
{
background-color: #AD5CE5;
}
.BgClassName
{
background-color: #AD5CE5;
}
</style>
border-color css
<style>
span { border-color: #AD5CE5; }
span { border-color: rgb(173,92,229); }
td.TdClassName
{
border-color: #AD5CE5;
}
.TagClassName
{
border-color: #AD5CE5;
}
</style>