Shades of Medium Orchid #AD4BFF
Tints of Medium Orchid #AD4BFF
RGB
CMYK
RGB Variations
Color information
#AD4BFF (or 0xAD4BFF) is known color: Medium Orchid. HEX triplet: AD, 4B and FF. RGB value is (173,75,255). Sum of RGB (Red+Green+Blue) = 173+75+255=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BFF is #52B400. Grayscale: #7C7C7C. Windows color (decimal): -5420033 or 16731053. OLE color: 16731053.
HSL color Cylindrical-coordinate representation of color #AD4BFF: hue angle of 272.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4BFF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 75 | 255 | - |
| CMYK | 0.32 | 0.71 | 0 | 0 |
| HSL | 272.67º | 1% | 0.65% | - |
| HSV(B) | 272.67º | 0.71% | 1% | - |
| XYZ | 37.8 | 21.14 | 96.7 | - |
| YUV | 124.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 255 | 0.32 | 0.71 | 0 | 0 | 272.67 | 1 | 0.65 |
| Hex | AD | 4B | FF | 20 | 47 | 0 | 0 | 111 | 64 | 41 |
| Octal | 255 | 113 | 377 | 40 | 107 | 0 | 0 | 421 | 144 | 101 |
| Binary | 10101101 | 1001011 | 11111111 | 100000 | 1000111 | 0 | 0 | 100010001 | 1100100 | 1000001 |
Color Harmonies of #AD4BFF
Complementary color
Monochromatic Colors of #AD4BFF
Black with #AD4BFF
Text Example
Text Example
White with #AD4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BFF; }
p { color: rgb(173,75,255); }
H1.HeaderClassName
{
color: #AD4BFF;
}
.AnyTagClassName
{
color: #AD4BFF;
}
</style>
background-color css
<style>
a { background-color: #AD4BFF; }
a { background-color: rgb(173,75,255); }
div.DivClassName
{
background-color: #AD4BFF;
}
.BgClassName
{
background-color: #AD4BFF;
}
</style>
border-color css
<style>
span { border-color: #AD4BFF; }
span { border-color: rgb(173,75,255); }
td.TdClassName
{
border-color: #AD4BFF;
}
.TagClassName
{
border-color: #AD4BFF;
}
</style>