Shades of Medium Orchid #AD4BFE
Tints of Medium Orchid #AD4BFE
RGB
CMYK
RGB Variations
Color information
#AD4BFE (or 0xAD4BFE) is known color: Medium Orchid. HEX triplet: AD, 4B and FE. RGB value is (173,75,254). Sum of RGB (Red+Green+Blue) = 173+75+254=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD4BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BFE is #52B401. Grayscale: #7C7C7C. Windows color (decimal): -5420034 or 16665517. OLE color: 16665517.
HSL color Cylindrical-coordinate representation of color #AD4BFE: hue angle of 272.85º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4BFE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 75 | 254 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.00 |
| HSL | 272.85º | 0.99% | 0.65% | - |
| HSV(B) | 272.85º | 0.7% | 1% | - |
| XYZ | 37.64 | 21.07 | 95.85 | - |
| YUV | 124.71 | 200.97 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 254 | 0.32 | 0.70 | 0 | 0.00 | 272.85 | 0.99 | 0.65 |
| Hex | AD | 4B | FE | 20 | 46 | 0 | 0 | 111 | 63 | 41 |
| Octal | 255 | 113 | 376 | 40 | 106 | 0 | 0 | 421 | 143 | 101 |
| Binary | 10101101 | 1001011 | 11111110 | 100000 | 1000110 | 0 | 0 | 100010001 | 1100011 | 1000001 |
Color Harmonies of #AD4BFE
Complementary color
Monochromatic Colors of #AD4BFE
Black with #AD4BFE
Text Example
Text Example
White with #AD4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BFE; }
p { color: rgb(173,75,254); }
H1.HeaderClassName
{
color: #AD4BFE;
}
.AnyTagClassName
{
color: #AD4BFE;
}
</style>
background-color css
<style>
a { background-color: #AD4BFE; }
a { background-color: rgb(173,75,254); }
div.DivClassName
{
background-color: #AD4BFE;
}
.BgClassName
{
background-color: #AD4BFE;
}
</style>
border-color css
<style>
span { border-color: #AD4BFE; }
span { border-color: rgb(173,75,254); }
td.TdClassName
{
border-color: #AD4BFE;
}
.TagClassName
{
border-color: #AD4BFE;
}
</style>