Shades of Medium Orchid #AD52FD
Tints of Medium Orchid #AD52FD
RGB
CMYK
RGB Variations
Color information
#AD52FD (or 0xAD52FD) is known color: Medium Orchid. HEX triplet: AD, 52 and FD. RGB value is (173,82,253). Sum of RGB (Red+Green+Blue) = 173+82+253=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD52FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52FD is #52AD02. Grayscale: #808080. Windows color (decimal): -5418243 or 16601773. OLE color: 16601773.
HSL color Cylindrical-coordinate representation of color #AD52FD: hue angle of 271.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD52FD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 82 | 253 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.01 |
| HSL | 271.93º | 0.98% | 0.66% | - |
| HSV(B) | 271.93º | 0.68% | 0.99% | - |
| XYZ | 37.98 | 22.01 | 95.18 | - |
| YUV | 128.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 253 | 0.32 | 0.68 | 0 | 0.01 | 271.93 | 0.98 | 0.66 |
| Hex | AD | 52 | FD | 20 | 44 | 0 | 1 | 110 | 62 | 42 |
| Octal | 255 | 122 | 375 | 40 | 104 | 0 | 1 | 420 | 142 | 102 |
| Binary | 10101101 | 1010010 | 11111101 | 100000 | 1000100 | 0 | 1 | 100010000 | 1100010 | 1000010 |
Color Harmonies of #AD52FD
Complementary color
Monochromatic Colors of #AD52FD
Black with #AD52FD
Text Example
Text Example
White with #AD52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52FD; }
p { color: rgb(173,82,253); }
H1.HeaderClassName
{
color: #AD52FD;
}
.AnyTagClassName
{
color: #AD52FD;
}
</style>
background-color css
<style>
a { background-color: #AD52FD; }
a { background-color: rgb(173,82,253); }
div.DivClassName
{
background-color: #AD52FD;
}
.BgClassName
{
background-color: #AD52FD;
}
</style>
border-color css
<style>
span { border-color: #AD52FD; }
span { border-color: rgb(173,82,253); }
td.TdClassName
{
border-color: #AD52FD;
}
.TagClassName
{
border-color: #AD52FD;
}
</style>