Shades of Medium Purple #A07BE9
Tints of Medium Purple #A07BE9
RGB
CMYK
RGB Variations
Color information
#A07BE9 (or 0xA07BE9) is known color: Medium Purple. HEX triplet: A0, 7B and E9. RGB value is (160,123,233). Sum of RGB (Red+Green+Blue) = 160+123+233=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #A07BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BE9 is #5F8416. Grayscale: #929292. Windows color (decimal): -6259735 or 15301536. OLE color: 15301536.
HSL color Cylindrical-coordinate representation of color #A07BE9: hue angle of 260.18º degrees, saturation: 0.71, 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 #A07BE9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 123 | 233 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.09 |
| HSL | 260.18º | 0.71% | 0.7% | - |
| HSV(B) | 260.18º | 0.47% | 0.91% | - |
| XYZ | 36.29 | 27.52 | 80.49 | - |
| YUV | 146.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 233 | 0.31 | 0.47 | 0 | 0.09 | 260.18 | 0.71 | 0.7 |
| Hex | A0 | 7B | E9 | 1F | 2F | 0 | 9 | 104 | 47 | 46 |
| Octal | 240 | 173 | 351 | 37 | 57 | 0 | 11 | 404 | 107 | 106 |
| Binary | 10100000 | 1111011 | 11101001 | 11111 | 101111 | 0 | 1001 | 100000100 | 1000111 | 1000110 |
Color Harmonies of #A07BE9
Complementary color
Monochromatic Colors of #A07BE9
Black with #A07BE9
Text Example
Text Example
White with #A07BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BE9; }
p { color: rgb(160,123,233); }
H1.HeaderClassName
{
color: #A07BE9;
}
.AnyTagClassName
{
color: #A07BE9;
}
</style>
background-color css
<style>
a { background-color: #A07BE9; }
a { background-color: rgb(160,123,233); }
div.DivClassName
{
background-color: #A07BE9;
}
.BgClassName
{
background-color: #A07BE9;
}
</style>
border-color css
<style>
span { border-color: #A07BE9; }
span { border-color: rgb(160,123,233); }
td.TdClassName
{
border-color: #A07BE9;
}
.TagClassName
{
border-color: #A07BE9;
}
</style>