Shades of Medium Orchid #AD5AF9
Tints of Medium Orchid #AD5AF9
RGB
CMYK
RGB Variations
Color information
#AD5AF9 (or 0xAD5AF9) is known color: Medium Orchid. HEX triplet: AD, 5A and F9. RGB value is (173,90,249). Sum of RGB (Red+Green+Blue) = 173+90+249=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD5AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF9 is #52A506. Grayscale: #848484. Windows color (decimal): -5416199 or 16341677. OLE color: 16341677.
HSL color Cylindrical-coordinate representation of color #AD5AF9: hue angle of 271.32º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5AF9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 90 | 249 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.02 |
| HSL | 271.32º | 0.93% | 0.66% | - |
| HSV(B) | 271.32º | 0.64% | 0.98% | - |
| XYZ | 37.99 | 23.04 | 92.07 | - |
| YUV | 132.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 249 | 0.31 | 0.64 | 0 | 0.02 | 271.32 | 0.93 | 0.66 |
| Hex | AD | 5A | F9 | 1F | 40 | 0 | 2 | 10F | 5D | 42 |
| Octal | 255 | 132 | 371 | 37 | 100 | 0 | 2 | 417 | 135 | 102 |
| Binary | 10101101 | 1011010 | 11111001 | 11111 | 1000000 | 0 | 10 | 100001111 | 1011101 | 1000010 |
Color Harmonies of #AD5AF9
Complementary color
Monochromatic Colors of #AD5AF9
Black with #AD5AF9
Text Example
Text Example
White with #AD5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AF9; }
p { color: rgb(173,90,249); }
H1.HeaderClassName
{
color: #AD5AF9;
}
.AnyTagClassName
{
color: #AD5AF9;
}
</style>
background-color css
<style>
a { background-color: #AD5AF9; }
a { background-color: rgb(173,90,249); }
div.DivClassName
{
background-color: #AD5AF9;
}
.BgClassName
{
background-color: #AD5AF9;
}
</style>
border-color css
<style>
span { border-color: #AD5AF9; }
span { border-color: rgb(173,90,249); }
td.TdClassName
{
border-color: #AD5AF9;
}
.TagClassName
{
border-color: #AD5AF9;
}
</style>