Shades of Medium Orchid #AD5AFC
Tints of Medium Orchid #AD5AFC
RGB
CMYK
RGB Variations
Color information
#AD5AFC (or 0xAD5AFC) is known color: Medium Orchid. HEX triplet: AD, 5A and FC. RGB value is (173,90,252). Sum of RGB (Red+Green+Blue) = 173+90+252=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AFC is #52A503. Grayscale: #848484. Windows color (decimal): -5416196 or 16538285. OLE color: 16538285.
HSL color Cylindrical-coordinate representation of color #AD5AFC: hue angle of 270.74º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5AFC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 90 | 252 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.01 |
| HSL | 270.74º | 0.96% | 0.67% | - |
| HSV(B) | 270.74º | 0.64% | 0.99% | - |
| XYZ | 38.46 | 23.22 | 94.55 | - |
| YUV | 133.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 252 | 0.31 | 0.64 | 0 | 0.01 | 270.74 | 0.96 | 0.67 |
| Hex | AD | 5A | FC | 1F | 40 | 0 | 1 | 10F | 60 | 43 |
| Octal | 255 | 132 | 374 | 37 | 100 | 0 | 1 | 417 | 140 | 103 |
| Binary | 10101101 | 1011010 | 11111100 | 11111 | 1000000 | 0 | 1 | 100001111 | 1100000 | 1000011 |
Color Harmonies of #AD5AFC
Complementary color
Monochromatic Colors of #AD5AFC
Black with #AD5AFC
Text Example
Text Example
White with #AD5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AFC; }
p { color: rgb(173,90,252); }
H1.HeaderClassName
{
color: #AD5AFC;
}
.AnyTagClassName
{
color: #AD5AFC;
}
</style>
background-color css
<style>
a { background-color: #AD5AFC; }
a { background-color: rgb(173,90,252); }
div.DivClassName
{
background-color: #AD5AFC;
}
.BgClassName
{
background-color: #AD5AFC;
}
</style>
border-color css
<style>
span { border-color: #AD5AFC; }
span { border-color: rgb(173,90,252); }
td.TdClassName
{
border-color: #AD5AFC;
}
.TagClassName
{
border-color: #AD5AFC;
}
</style>