Shades of Medium Orchid #AD4BFB
Tints of Medium Orchid #AD4BFB
RGB
CMYK
RGB Variations
Color information
#AD4BFB (or 0xAD4BFB) is known color: Medium Orchid. HEX triplet: AD, 4B and FB. RGB value is (173,75,251). Sum of RGB (Red+Green+Blue) = 173+75+251=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BFB is #52B404. Grayscale: #7B7B7B. Windows color (decimal): -5420037 or 16468909. OLE color: 16468909.
HSL color Cylindrical-coordinate representation of color #AD4BFB: hue angle of 273.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4BFB is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 75 | 251 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.02 |
| HSL | 273.41º | 0.96% | 0.64% | - |
| HSV(B) | 273.41º | 0.7% | 0.98% | - |
| XYZ | 37.16 | 20.88 | 93.34 | - |
| YUV | 124.37 | 199.47 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 251 | 0.31 | 0.70 | 0 | 0.02 | 273.41 | 0.96 | 0.64 |
| Hex | AD | 4B | FB | 1F | 46 | 0 | 2 | 111 | 60 | 40 |
| Octal | 255 | 113 | 373 | 37 | 106 | 0 | 2 | 421 | 140 | 100 |
| Binary | 10101101 | 1001011 | 11111011 | 11111 | 1000110 | 0 | 10 | 100010001 | 1100000 | 1000000 |
Color Harmonies of #AD4BFB
Complementary color
Monochromatic Colors of #AD4BFB
Black with #AD4BFB
Text Example
Text Example
White with #AD4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BFB; }
p { color: rgb(173,75,251); }
H1.HeaderClassName
{
color: #AD4BFB;
}
.AnyTagClassName
{
color: #AD4BFB;
}
</style>
background-color css
<style>
a { background-color: #AD4BFB; }
a { background-color: rgb(173,75,251); }
div.DivClassName
{
background-color: #AD4BFB;
}
.BgClassName
{
background-color: #AD4BFB;
}
</style>
border-color css
<style>
span { border-color: #AD4BFB; }
span { border-color: rgb(173,75,251); }
td.TdClassName
{
border-color: #AD4BFB;
}
.TagClassName
{
border-color: #AD4BFB;
}
</style>