Shades of Medium Purple #A07BE7
Tints of Medium Purple #A07BE7
RGB
CMYK
RGB Variations
Color information
#A07BE7 (or 0xA07BE7) is known color: Medium Purple. HEX triplet: A0, 7B and E7. RGB value is (160,123,231). Sum of RGB (Red+Green+Blue) = 160+123+231=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #A07BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BE7 is #5F8418. Grayscale: #919191. Windows color (decimal): -6259737 or 15170464. OLE color: 15170464.
HSL color Cylindrical-coordinate representation of color #A07BE7: hue angle of 260.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07BE7 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 123 | 231 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.09 |
| HSL | 260.56º | 0.69% | 0.69% | - |
| HSV(B) | 260.56º | 0.47% | 0.91% | - |
| XYZ | 36 | 27.41 | 78.99 | - |
| YUV | 146.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 231 | 0.31 | 0.47 | 0 | 0.09 | 260.56 | 0.69 | 0.69 |
| Hex | A0 | 7B | E7 | 1F | 2F | 0 | 9 | 105 | 45 | 45 |
| Octal | 240 | 173 | 347 | 37 | 57 | 0 | 11 | 405 | 105 | 105 |
| Binary | 10100000 | 1111011 | 11100111 | 11111 | 101111 | 0 | 1001 | 100000101 | 1000101 | 1000101 |
Color Harmonies of #A07BE7
Complementary color
Monochromatic Colors of #A07BE7
Black with #A07BE7
Text Example
Text Example
White with #A07BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BE7; }
p { color: rgb(160,123,231); }
H1.HeaderClassName
{
color: #A07BE7;
}
.AnyTagClassName
{
color: #A07BE7;
}
</style>
background-color css
<style>
a { background-color: #A07BE7; }
a { background-color: rgb(160,123,231); }
div.DivClassName
{
background-color: #A07BE7;
}
.BgClassName
{
background-color: #A07BE7;
}
</style>
border-color css
<style>
span { border-color: #A07BE7; }
span { border-color: rgb(160,123,231); }
td.TdClassName
{
border-color: #A07BE7;
}
.TagClassName
{
border-color: #A07BE7;
}
</style>