Shades of Medium Purple #AD7BE8
Tints of Medium Purple #AD7BE8
RGB
CMYK
RGB Variations
Color information
#AD7BE8 (or 0xAD7BE8) is known color: Medium Purple. HEX triplet: AD, 7B and E8. RGB value is (173,123,232). Sum of RGB (Red+Green+Blue) = 173+123+232=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD7BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BE8 is #528417. Grayscale: #959595. Windows color (decimal): -5407768 or 15236013. OLE color: 15236013.
HSL color Cylindrical-coordinate representation of color #AD7BE8: hue angle of 267.52º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD7BE8 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 123 | 232 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.09 |
| HSL | 267.52º | 0.7% | 0.7% | - |
| HSV(B) | 267.52º | 0.47% | 0.91% | - |
| XYZ | 38.88 | 28.88 | 79.87 | - |
| YUV | 150.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 232 | 0.25 | 0.47 | 0 | 0.09 | 267.52 | 0.7 | 0.7 |
| Hex | AD | 7B | E8 | 19 | 2F | 0 | 9 | 10C | 46 | 46 |
| Octal | 255 | 173 | 350 | 31 | 57 | 0 | 11 | 414 | 106 | 106 |
| Binary | 10101101 | 1111011 | 11101000 | 11001 | 101111 | 0 | 1001 | 100001100 | 1000110 | 1000110 |
Color Harmonies of #AD7BE8
Complementary color
Monochromatic Colors of #AD7BE8
Black with #AD7BE8
Text Example
Text Example
White with #AD7BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BE8; }
p { color: rgb(173,123,232); }
H1.HeaderClassName
{
color: #AD7BE8;
}
.AnyTagClassName
{
color: #AD7BE8;
}
</style>
background-color css
<style>
a { background-color: #AD7BE8; }
a { background-color: rgb(173,123,232); }
div.DivClassName
{
background-color: #AD7BE8;
}
.BgClassName
{
background-color: #AD7BE8;
}
</style>
border-color css
<style>
span { border-color: #AD7BE8; }
span { border-color: rgb(173,123,232); }
td.TdClassName
{
border-color: #AD7BE8;
}
.TagClassName
{
border-color: #AD7BE8;
}
</style>