Shades of Medium Purple #A07BE5
Tints of Medium Purple #A07BE5
RGB
CMYK
RGB Variations
Color information
#A07BE5 (or 0xA07BE5) is known color: Medium Purple. HEX triplet: A0, 7B and E5. RGB value is (160,123,229). Sum of RGB (Red+Green+Blue) = 160+123+229=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #A07BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BE5 is #5F841A. Grayscale: #919191. Windows color (decimal): -6259739 or 15039392. OLE color: 15039392.
HSL color Cylindrical-coordinate representation of color #A07BE5: hue angle of 260.94º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07BE5 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 123 | 229 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.10 |
| HSL | 260.94º | 0.67% | 0.69% | - |
| HSV(B) | 260.94º | 0.46% | 0.9% | - |
| XYZ | 35.72 | 27.3 | 77.51 | - |
| YUV | 146.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 229 | 0.30 | 0.46 | 0 | 0.10 | 260.94 | 0.67 | 0.69 |
| Hex | A0 | 7B | E5 | 1E | 2E | 0 | A | 105 | 43 | 45 |
| Octal | 240 | 173 | 345 | 36 | 56 | 0 | 12 | 405 | 103 | 105 |
| Binary | 10100000 | 1111011 | 11100101 | 11110 | 101110 | 0 | 1010 | 100000101 | 1000011 | 1000101 |
Color Harmonies of #A07BE5
Complementary color
Monochromatic Colors of #A07BE5
Black with #A07BE5
Text Example
Text Example
White with #A07BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BE5; }
p { color: rgb(160,123,229); }
H1.HeaderClassName
{
color: #A07BE5;
}
.AnyTagClassName
{
color: #A07BE5;
}
</style>
background-color css
<style>
a { background-color: #A07BE5; }
a { background-color: rgb(160,123,229); }
div.DivClassName
{
background-color: #A07BE5;
}
.BgClassName
{
background-color: #A07BE5;
}
</style>
border-color css
<style>
span { border-color: #A07BE5; }
span { border-color: rgb(160,123,229); }
td.TdClassName
{
border-color: #A07BE5;
}
.TagClassName
{
border-color: #A07BE5;
}
</style>