Shades of Medium Orchid #AD3FF1
Tints of Medium Orchid #AD3FF1
RGB
CMYK
RGB Variations
Color information
#AD3FF1 (or 0xAD3FF1) is known color: Medium Orchid. HEX triplet: AD, 3F and F1. RGB value is (173,63,241). Sum of RGB (Red+Green+Blue) = 173+63+241=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FF1 is #52C00E. Grayscale: #737373. Windows color (decimal): -5423119 or 15810477. OLE color: 15810477.
HSL color Cylindrical-coordinate representation of color #AD3FF1: hue angle of 277.08º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3FF1 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 63 | 241 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.05 |
| HSL | 277.08º | 0.86% | 0.6% | - |
| HSV(B) | 277.08º | 0.74% | 0.95% | - |
| XYZ | 34.89 | 18.79 | 85.01 | - |
| YUV | 116.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 241 | 0.28 | 0.74 | 0 | 0.05 | 277.08 | 0.86 | 0.6 |
| Hex | AD | 3F | F1 | 1C | 4A | 0 | 5 | 115 | 56 | 3C |
| Octal | 255 | 77 | 361 | 34 | 112 | 0 | 5 | 425 | 126 | 74 |
| Binary | 10101101 | 111111 | 11110001 | 11100 | 1001010 | 0 | 101 | 100010101 | 1010110 | 111100 |
Color Harmonies of #AD3FF1
Complementary color
Monochromatic Colors of #AD3FF1
Black with #AD3FF1
Text Example
Text Example
White with #AD3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FF1; }
p { color: rgb(173,63,241); }
H1.HeaderClassName
{
color: #AD3FF1;
}
.AnyTagClassName
{
color: #AD3FF1;
}
</style>
background-color css
<style>
a { background-color: #AD3FF1; }
a { background-color: rgb(173,63,241); }
div.DivClassName
{
background-color: #AD3FF1;
}
.BgClassName
{
background-color: #AD3FF1;
}
</style>
border-color css
<style>
span { border-color: #AD3FF1; }
span { border-color: rgb(173,63,241); }
td.TdClassName
{
border-color: #AD3FF1;
}
.TagClassName
{
border-color: #AD3FF1;
}
</style>