Shades of Medium Purple #AD7CEA
Tints of Medium Purple #AD7CEA
RGB
CMYK
RGB Variations
Color information
#AD7CEA (or 0xAD7CEA) is known color: Medium Purple. HEX triplet: AD, 7C and EA. RGB value is (173,124,234). Sum of RGB (Red+Green+Blue) = 173+124+234=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CEA is #528315. Grayscale: #969696. Windows color (decimal): -5407510 or 15367341. OLE color: 15367341.
HSL color Cylindrical-coordinate representation of color #AD7CEA: hue angle of 266.73º degrees, saturation: 0.72, 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 #AD7CEA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 124 | 234 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.08 |
| HSL | 266.73º | 0.72% | 0.7% | - |
| HSV(B) | 266.73º | 0.47% | 0.92% | - |
| XYZ | 39.29 | 29.24 | 81.41 | - |
| YUV | 151.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 234 | 0.26 | 0.47 | 0 | 0.08 | 266.73 | 0.72 | 0.7 |
| Hex | AD | 7C | EA | 1A | 2F | 0 | 8 | 10B | 48 | 46 |
| Octal | 255 | 174 | 352 | 32 | 57 | 0 | 10 | 413 | 110 | 106 |
| Binary | 10101101 | 1111100 | 11101010 | 11010 | 101111 | 0 | 1000 | 100001011 | 1001000 | 1000110 |
Color Harmonies of #AD7CEA
Complementary color
Monochromatic Colors of #AD7CEA
Black with #AD7CEA
Text Example
Text Example
White with #AD7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CEA; }
p { color: rgb(173,124,234); }
H1.HeaderClassName
{
color: #AD7CEA;
}
.AnyTagClassName
{
color: #AD7CEA;
}
</style>
background-color css
<style>
a { background-color: #AD7CEA; }
a { background-color: rgb(173,124,234); }
div.DivClassName
{
background-color: #AD7CEA;
}
.BgClassName
{
background-color: #AD7CEA;
}
</style>
border-color css
<style>
span { border-color: #AD7CEA; }
span { border-color: rgb(173,124,234); }
td.TdClassName
{
border-color: #AD7CEA;
}
.TagClassName
{
border-color: #AD7CEA;
}
</style>