Shades of Medium Purple #AD64EE
Tints of Medium Purple #AD64EE
RGB
CMYK
RGB Variations
Color information
#AD64EE (or 0xAD64EE) is known color: Medium Purple. HEX triplet: AD, 64 and EE. RGB value is (173,100,238). Sum of RGB (Red+Green+Blue) = 173+100+238=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD64EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD64EE is #529B11. Grayscale: #898989. Windows color (decimal): -5413650 or 15623341. OLE color: 15623341.
HSL color Cylindrical-coordinate representation of color #AD64EE: hue angle of 271.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD64EE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 100 | 238 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.07 |
| HSL | 271.74º | 0.8% | 0.66% | - |
| HSV(B) | 271.74º | 0.58% | 0.93% | - |
| XYZ | 37.22 | 24.17 | 83.59 | - |
| YUV | 137.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 238 | 0.27 | 0.58 | 0 | 0.07 | 271.74 | 0.8 | 0.66 |
| Hex | AD | 64 | EE | 1B | 3A | 0 | 7 | 110 | 50 | 42 |
| Octal | 255 | 144 | 356 | 33 | 72 | 0 | 7 | 420 | 120 | 102 |
| Binary | 10101101 | 1100100 | 11101110 | 11011 | 111010 | 0 | 111 | 100010000 | 1010000 | 1000010 |
Color Harmonies of #AD64EE
Complementary color
Monochromatic Colors of #AD64EE
Black with #AD64EE
Text Example
Text Example
White with #AD64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64EE; }
p { color: rgb(173,100,238); }
H1.HeaderClassName
{
color: #AD64EE;
}
.AnyTagClassName
{
color: #AD64EE;
}
</style>
background-color css
<style>
a { background-color: #AD64EE; }
a { background-color: rgb(173,100,238); }
div.DivClassName
{
background-color: #AD64EE;
}
.BgClassName
{
background-color: #AD64EE;
}
</style>
border-color css
<style>
span { border-color: #AD64EE; }
span { border-color: rgb(173,100,238); }
td.TdClassName
{
border-color: #AD64EE;
}
.TagClassName
{
border-color: #AD64EE;
}
</style>