Shades of Medium Orchid #AD52FE
Tints of Medium Orchid #AD52FE
RGB
CMYK
RGB Variations
Color information
#AD52FE (or 0xAD52FE) is known color: Medium Orchid. HEX triplet: AD, 52 and FE. RGB value is (173,82,254). Sum of RGB (Red+Green+Blue) = 173+82+254=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52FE is #52AD01. Grayscale: #808080. Windows color (decimal): -5418242 or 16667309. OLE color: 16667309.
HSL color Cylindrical-coordinate representation of color #AD52FE: hue angle of 271.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD52FE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 82 | 254 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.00 |
| HSL | 271.74º | 0.99% | 0.66% | - |
| HSV(B) | 271.74º | 0.68% | 1% | - |
| XYZ | 38.14 | 22.07 | 96.02 | - |
| YUV | 128.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 254 | 0.32 | 0.68 | 0 | 0.00 | 271.74 | 0.99 | 0.66 |
| Hex | AD | 52 | FE | 20 | 44 | 0 | 0 | 110 | 63 | 42 |
| Octal | 255 | 122 | 376 | 40 | 104 | 0 | 0 | 420 | 143 | 102 |
| Binary | 10101101 | 1010010 | 11111110 | 100000 | 1000100 | 0 | 0 | 100010000 | 1100011 | 1000010 |
Color Harmonies of #AD52FE
Complementary color
Monochromatic Colors of #AD52FE
Black with #AD52FE
Text Example
Text Example
White with #AD52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52FE; }
p { color: rgb(173,82,254); }
H1.HeaderClassName
{
color: #AD52FE;
}
.AnyTagClassName
{
color: #AD52FE;
}
</style>
background-color css
<style>
a { background-color: #AD52FE; }
a { background-color: rgb(173,82,254); }
div.DivClassName
{
background-color: #AD52FE;
}
.BgClassName
{
background-color: #AD52FE;
}
</style>
border-color css
<style>
span { border-color: #AD52FE; }
span { border-color: rgb(173,82,254); }
td.TdClassName
{
border-color: #AD52FE;
}
.TagClassName
{
border-color: #AD52FE;
}
</style>