Shades of Medium Purple #AD78EE
Tints of Medium Purple #AD78EE
RGB
CMYK
RGB Variations
Color information
#AD78EE (or 0xAD78EE) is known color: Medium Purple. HEX triplet: AD, 78 and EE. RGB value is (173,120,238). Sum of RGB (Red+Green+Blue) = 173+120+238=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD78EE is #528711. Grayscale: #949494. Windows color (decimal): -5408530 or 15628461. OLE color: 15628461.
HSL color Cylindrical-coordinate representation of color #AD78EE: hue angle of 266.95º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD78EE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 120 | 238 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.07 |
| HSL | 266.95º | 0.78% | 0.7% | - |
| HSV(B) | 266.95º | 0.5% | 0.93% | - |
| XYZ | 39.38 | 28.49 | 84.31 | - |
| YUV | 149.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 238 | 0.27 | 0.50 | 0 | 0.07 | 266.95 | 0.78 | 0.7 |
| Hex | AD | 78 | EE | 1B | 32 | 0 | 7 | 10B | 4E | 46 |
| Octal | 255 | 170 | 356 | 33 | 62 | 0 | 7 | 413 | 116 | 106 |
| Binary | 10101101 | 1111000 | 11101110 | 11011 | 110010 | 0 | 111 | 100001011 | 1001110 | 1000110 |
Color Harmonies of #AD78EE
Complementary color
Monochromatic Colors of #AD78EE
Black with #AD78EE
Text Example
Text Example
White with #AD78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78EE; }
p { color: rgb(173,120,238); }
H1.HeaderClassName
{
color: #AD78EE;
}
.AnyTagClassName
{
color: #AD78EE;
}
</style>
background-color css
<style>
a { background-color: #AD78EE; }
a { background-color: rgb(173,120,238); }
div.DivClassName
{
background-color: #AD78EE;
}
.BgClassName
{
background-color: #AD78EE;
}
</style>
border-color css
<style>
span { border-color: #AD78EE; }
span { border-color: rgb(173,120,238); }
td.TdClassName
{
border-color: #AD78EE;
}
.TagClassName
{
border-color: #AD78EE;
}
</style>