Shades of Medium Purple #AD7CEB
Tints of Medium Purple #AD7CEB
RGB
CMYK
RGB Variations
Color information
#AD7CEB (or 0xAD7CEB) is known color: Medium Purple. HEX triplet: AD, 7C and EB. RGB value is (173,124,235). Sum of RGB (Red+Green+Blue) = 173+124+235=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CEB is #528314. Grayscale: #969696. Windows color (decimal): -5407509 or 15432877. OLE color: 15432877.
HSL color Cylindrical-coordinate representation of color #AD7CEB: hue angle of 266.49º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7CEB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 124 | 235 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.08 |
| HSL | 266.49º | 0.74% | 0.7% | - |
| HSV(B) | 266.49º | 0.47% | 0.92% | - |
| XYZ | 39.44 | 29.3 | 82.17 | - |
| YUV | 151.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 235 | 0.26 | 0.47 | 0 | 0.08 | 266.49 | 0.74 | 0.7 |
| Hex | AD | 7C | EB | 1A | 2F | 0 | 8 | 10A | 4A | 46 |
| Octal | 255 | 174 | 353 | 32 | 57 | 0 | 10 | 412 | 112 | 106 |
| Binary | 10101101 | 1111100 | 11101011 | 11010 | 101111 | 0 | 1000 | 100001010 | 1001010 | 1000110 |
Color Harmonies of #AD7CEB
Complementary color
Monochromatic Colors of #AD7CEB
Black with #AD7CEB
Text Example
Text Example
White with #AD7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CEB; }
p { color: rgb(173,124,235); }
H1.HeaderClassName
{
color: #AD7CEB;
}
.AnyTagClassName
{
color: #AD7CEB;
}
</style>
background-color css
<style>
a { background-color: #AD7CEB; }
a { background-color: rgb(173,124,235); }
div.DivClassName
{
background-color: #AD7CEB;
}
.BgClassName
{
background-color: #AD7CEB;
}
</style>
border-color css
<style>
span { border-color: #AD7CEB; }
span { border-color: rgb(173,124,235); }
td.TdClassName
{
border-color: #AD7CEB;
}
.TagClassName
{
border-color: #AD7CEB;
}
</style>