Shades of Medium Orchid #AD5AFB
Tints of Medium Orchid #AD5AFB
RGB
CMYK
RGB Variations
Color information
#AD5AFB (or 0xAD5AFB) is known color: Medium Orchid. HEX triplet: AD, 5A and FB. RGB value is (173,90,251). Sum of RGB (Red+Green+Blue) = 173+90+251=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AFB is #52A504. Grayscale: #848484. Windows color (decimal): -5416197 or 16472749. OLE color: 16472749.
HSL color Cylindrical-coordinate representation of color #AD5AFB: hue angle of 270.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5AFB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 90 | 251 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.02 |
| HSL | 270.93º | 0.95% | 0.67% | - |
| HSV(B) | 270.93º | 0.64% | 0.98% | - |
| XYZ | 38.3 | 23.16 | 93.72 | - |
| YUV | 133.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 251 | 0.31 | 0.64 | 0 | 0.02 | 270.93 | 0.95 | 0.67 |
| Hex | AD | 5A | FB | 1F | 40 | 0 | 2 | 10F | 5F | 43 |
| Octal | 255 | 132 | 373 | 37 | 100 | 0 | 2 | 417 | 137 | 103 |
| Binary | 10101101 | 1011010 | 11111011 | 11111 | 1000000 | 0 | 10 | 100001111 | 1011111 | 1000011 |
Color Harmonies of #AD5AFB
Complementary color
Monochromatic Colors of #AD5AFB
Black with #AD5AFB
Text Example
Text Example
White with #AD5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AFB; }
p { color: rgb(173,90,251); }
H1.HeaderClassName
{
color: #AD5AFB;
}
.AnyTagClassName
{
color: #AD5AFB;
}
</style>
background-color css
<style>
a { background-color: #AD5AFB; }
a { background-color: rgb(173,90,251); }
div.DivClassName
{
background-color: #AD5AFB;
}
.BgClassName
{
background-color: #AD5AFB;
}
</style>
border-color css
<style>
span { border-color: #AD5AFB; }
span { border-color: rgb(173,90,251); }
td.TdClassName
{
border-color: #AD5AFB;
}
.TagClassName
{
border-color: #AD5AFB;
}
</style>