Shades of Medium Orchid #AD48FE
Tints of Medium Orchid #AD48FE
RGB
CMYK
RGB Variations
Color information
#AD48FE (or 0xAD48FE) is known color: Medium Orchid. HEX triplet: AD, 48 and FE. RGB value is (173,72,254). Sum of RGB (Red+Green+Blue) = 173+72+254=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48FE is #52B701. Grayscale: #7A7A7A. Windows color (decimal): -5420802 or 16664749. OLE color: 16664749.
HSL color Cylindrical-coordinate representation of color #AD48FE: hue angle of 273.3º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD48FE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 72 | 254 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.00 |
| HSL | 273.3º | 0.99% | 0.64% | - |
| HSV(B) | 273.3º | 0.72% | 1% | - |
| XYZ | 37.44 | 20.67 | 95.78 | - |
| YUV | 122.95 | 201.96 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 254 | 0.32 | 0.72 | 0 | 0.00 | 273.3 | 0.99 | 0.64 |
| Hex | AD | 48 | FE | 20 | 48 | 0 | 0 | 111 | 63 | 40 |
| Octal | 255 | 110 | 376 | 40 | 110 | 0 | 0 | 421 | 143 | 100 |
| Binary | 10101101 | 1001000 | 11111110 | 100000 | 1001000 | 0 | 0 | 100010001 | 1100011 | 1000000 |
Color Harmonies of #AD48FE
Complementary color
Monochromatic Colors of #AD48FE
Black with #AD48FE
Text Example
Text Example
White with #AD48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48FE; }
p { color: rgb(173,72,254); }
H1.HeaderClassName
{
color: #AD48FE;
}
.AnyTagClassName
{
color: #AD48FE;
}
</style>
background-color css
<style>
a { background-color: #AD48FE; }
a { background-color: rgb(173,72,254); }
div.DivClassName
{
background-color: #AD48FE;
}
.BgClassName
{
background-color: #AD48FE;
}
</style>
border-color css
<style>
span { border-color: #AD48FE; }
span { border-color: rgb(173,72,254); }
td.TdClassName
{
border-color: #AD48FE;
}
.TagClassName
{
border-color: #AD48FE;
}
</style>