Shades of Medium Purple #AD7BEC
Tints of Medium Purple #AD7BEC
RGB
CMYK
RGB Variations
Color information
#AD7BEC (or 0xAD7BEC) is known color: Medium Purple. HEX triplet: AD, 7B and EC. RGB value is (173,123,236). Sum of RGB (Red+Green+Blue) = 173+123+236=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BEC is #528413. Grayscale: #969696. Windows color (decimal): -5407764 or 15498157. OLE color: 15498157.
HSL color Cylindrical-coordinate representation of color #AD7BEC: hue angle of 266.55º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD7BEC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 123 | 236 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.07 |
| HSL | 266.55º | 0.75% | 0.7% | - |
| HSV(B) | 266.55º | 0.48% | 0.93% | - |
| XYZ | 39.46 | 29.11 | 82.9 | - |
| YUV | 150.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 236 | 0.27 | 0.48 | 0 | 0.07 | 266.55 | 0.75 | 0.7 |
| Hex | AD | 7B | EC | 1B | 30 | 0 | 7 | 10B | 4B | 46 |
| Octal | 255 | 173 | 354 | 33 | 60 | 0 | 7 | 413 | 113 | 106 |
| Binary | 10101101 | 1111011 | 11101100 | 11011 | 110000 | 0 | 111 | 100001011 | 1001011 | 1000110 |
Color Harmonies of #AD7BEC
Complementary color
Monochromatic Colors of #AD7BEC
Black with #AD7BEC
Text Example
Text Example
White with #AD7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BEC; }
p { color: rgb(173,123,236); }
H1.HeaderClassName
{
color: #AD7BEC;
}
.AnyTagClassName
{
color: #AD7BEC;
}
</style>
background-color css
<style>
a { background-color: #AD7BEC; }
a { background-color: rgb(173,123,236); }
div.DivClassName
{
background-color: #AD7BEC;
}
.BgClassName
{
background-color: #AD7BEC;
}
</style>
border-color css
<style>
span { border-color: #AD7BEC; }
span { border-color: rgb(173,123,236); }
td.TdClassName
{
border-color: #AD7BEC;
}
.TagClassName
{
border-color: #AD7BEC;
}
</style>