Shades of Medium Orchid #AD54F8
Tints of Medium Orchid #AD54F8
RGB
CMYK
RGB Variations
Color information
#AD54F8 (or 0xAD54F8) is known color: Medium Orchid. HEX triplet: AD, 54 and F8. RGB value is (173,84,248). Sum of RGB (Red+Green+Blue) = 173+84+248=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD54F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54F8 is #52AB07. Grayscale: #808080. Windows color (decimal): -5417736 or 16274605. OLE color: 16274605.
HSL color Cylindrical-coordinate representation of color #AD54F8: hue angle of 272.56º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD54F8 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 84 | 248 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.03 |
| HSL | 272.56º | 0.92% | 0.65% | - |
| HSV(B) | 272.56º | 0.66% | 0.97% | - |
| XYZ | 37.35 | 22 | 91.09 | - |
| YUV | 129.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 248 | 0.30 | 0.66 | 0 | 0.03 | 272.56 | 0.92 | 0.65 |
| Hex | AD | 54 | F8 | 1E | 42 | 0 | 3 | 111 | 5C | 41 |
| Octal | 255 | 124 | 370 | 36 | 102 | 0 | 3 | 421 | 134 | 101 |
| Binary | 10101101 | 1010100 | 11111000 | 11110 | 1000010 | 0 | 11 | 100010001 | 1011100 | 1000001 |
Color Harmonies of #AD54F8
Complementary color
Monochromatic Colors of #AD54F8
Black with #AD54F8
Text Example
Text Example
White with #AD54F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54F8; }
p { color: rgb(173,84,248); }
H1.HeaderClassName
{
color: #AD54F8;
}
.AnyTagClassName
{
color: #AD54F8;
}
</style>
background-color css
<style>
a { background-color: #AD54F8; }
a { background-color: rgb(173,84,248); }
div.DivClassName
{
background-color: #AD54F8;
}
.BgClassName
{
background-color: #AD54F8;
}
</style>
border-color css
<style>
span { border-color: #AD54F8; }
span { border-color: rgb(173,84,248); }
td.TdClassName
{
border-color: #AD54F8;
}
.TagClassName
{
border-color: #AD54F8;
}
</style>