Shades of Medium Orchid #AD5AF3
Tints of Medium Orchid #AD5AF3
RGB
CMYK
RGB Variations
Color information
#AD5AF3 (or 0xAD5AF3) is known color: Medium Orchid. HEX triplet: AD, 5A and F3. RGB value is (173,90,243). Sum of RGB (Red+Green+Blue) = 173+90+243=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD5AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AF3 is #52A50C. Grayscale: #838383. Windows color (decimal): -5416205 or 15948461. OLE color: 15948461.
HSL color Cylindrical-coordinate representation of color #AD5AF3: hue angle of 272.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5AF3 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 90 | 243 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.05 |
| HSL | 272.55º | 0.86% | 0.65% | - |
| HSV(B) | 272.55º | 0.63% | 0.95% | - |
| XYZ | 37.07 | 22.67 | 87.22 | - |
| YUV | 132.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 243 | 0.29 | 0.63 | 0 | 0.05 | 272.55 | 0.86 | 0.65 |
| Hex | AD | 5A | F3 | 1D | 3F | 0 | 5 | 111 | 56 | 41 |
| Octal | 255 | 132 | 363 | 35 | 77 | 0 | 5 | 421 | 126 | 101 |
| Binary | 10101101 | 1011010 | 11110011 | 11101 | 111111 | 0 | 101 | 100010001 | 1010110 | 1000001 |
Color Harmonies of #AD5AF3
Complementary color
Monochromatic Colors of #AD5AF3
Black with #AD5AF3
Text Example
Text Example
White with #AD5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AF3; }
p { color: rgb(173,90,243); }
H1.HeaderClassName
{
color: #AD5AF3;
}
.AnyTagClassName
{
color: #AD5AF3;
}
</style>
background-color css
<style>
a { background-color: #AD5AF3; }
a { background-color: rgb(173,90,243); }
div.DivClassName
{
background-color: #AD5AF3;
}
.BgClassName
{
background-color: #AD5AF3;
}
</style>
border-color css
<style>
span { border-color: #AD5AF3; }
span { border-color: rgb(173,90,243); }
td.TdClassName
{
border-color: #AD5AF3;
}
.TagClassName
{
border-color: #AD5AF3;
}
</style>