Shades of Medium Purple #A07BED
Tints of Medium Purple #A07BED
RGB
CMYK
RGB Variations
Color information
#A07BED (or 0xA07BED) is known color: Medium Purple. HEX triplet: A0, 7B and ED. RGB value is (160,123,237). Sum of RGB (Red+Green+Blue) = 160+123+237=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #A07BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BED is #5F8412. Grayscale: #929292. Windows color (decimal): -6259731 or 15563680. OLE color: 15563680.
HSL color Cylindrical-coordinate representation of color #A07BED: hue angle of 259.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07BED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 123 | 237 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.07 |
| HSL | 259.47º | 0.76% | 0.71% | - |
| HSV(B) | 259.47º | 0.48% | 0.93% | - |
| XYZ | 36.87 | 27.75 | 83.53 | - |
| YUV | 147.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 237 | 0.32 | 0.48 | 0 | 0.07 | 259.47 | 0.76 | 0.71 |
| Hex | A0 | 7B | ED | 20 | 30 | 0 | 7 | 103 | 4C | 47 |
| Octal | 240 | 173 | 355 | 40 | 60 | 0 | 7 | 403 | 114 | 107 |
| Binary | 10100000 | 1111011 | 11101101 | 100000 | 110000 | 0 | 111 | 100000011 | 1001100 | 1000111 |
Color Harmonies of #A07BED
Complementary color
Monochromatic Colors of #A07BED
Black with #A07BED
Text Example
Text Example
White with #A07BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BED; }
p { color: rgb(160,123,237); }
H1.HeaderClassName
{
color: #A07BED;
}
.AnyTagClassName
{
color: #A07BED;
}
</style>
background-color css
<style>
a { background-color: #A07BED; }
a { background-color: rgb(160,123,237); }
div.DivClassName
{
background-color: #A07BED;
}
.BgClassName
{
background-color: #A07BED;
}
</style>
border-color css
<style>
span { border-color: #A07BED; }
span { border-color: rgb(160,123,237); }
td.TdClassName
{
border-color: #A07BED;
}
.TagClassName
{
border-color: #A07BED;
}
</style>