Shades of Medium Orchid #AD55FA
Tints of Medium Orchid #AD55FA
RGB
CMYK
RGB Variations
Color information
#AD55FA (or 0xAD55FA) is known color: Medium Orchid. HEX triplet: AD, 55 and FA. RGB value is (173,85,250). Sum of RGB (Red+Green+Blue) = 173+85+250=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55FA is #52AA05. Grayscale: #818181. Windows color (decimal): -5417478 or 16405933. OLE color: 16405933.
HSL color Cylindrical-coordinate representation of color #AD55FA: hue angle of 272º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD55FA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 85 | 250 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.02 |
| HSL | 272º | 0.94% | 0.66% | - |
| HSV(B) | 272º | 0.66% | 0.98% | - |
| XYZ | 37.74 | 22.28 | 92.75 | - |
| YUV | 130.12 | 195.65 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 250 | 0.31 | 0.66 | 0 | 0.02 | 272 | 0.94 | 0.66 |
| Hex | AD | 55 | FA | 1F | 42 | 0 | 2 | 110 | 5E | 42 |
| Octal | 255 | 125 | 372 | 37 | 102 | 0 | 2 | 420 | 136 | 102 |
| Binary | 10101101 | 1010101 | 11111010 | 11111 | 1000010 | 0 | 10 | 100010000 | 1011110 | 1000010 |
Color Harmonies of #AD55FA
Complementary color
Monochromatic Colors of #AD55FA
Black with #AD55FA
Text Example
Text Example
White with #AD55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55FA; }
p { color: rgb(173,85,250); }
H1.HeaderClassName
{
color: #AD55FA;
}
.AnyTagClassName
{
color: #AD55FA;
}
</style>
background-color css
<style>
a { background-color: #AD55FA; }
a { background-color: rgb(173,85,250); }
div.DivClassName
{
background-color: #AD55FA;
}
.BgClassName
{
background-color: #AD55FA;
}
</style>
border-color css
<style>
span { border-color: #AD55FA; }
span { border-color: rgb(173,85,250); }
td.TdClassName
{
border-color: #AD55FA;
}
.TagClassName
{
border-color: #AD55FA;
}
</style>