Shades of Medium Purple #A07BE4
Tints of Medium Purple #A07BE4
RGB
CMYK
RGB Variations
Color information
#A07BE4 (or 0xA07BE4) is known color: Medium Purple. HEX triplet: A0, 7B and E4. RGB value is (160,123,228). Sum of RGB (Red+Green+Blue) = 160+123+228=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #A07BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BE4 is #5F841B. Grayscale: #919191. Windows color (decimal): -6259740 or 14973856. OLE color: 14973856.
HSL color Cylindrical-coordinate representation of color #A07BE4: hue angle of 261.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07BE4 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 123 | 228 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.11 |
| HSL | 261.14º | 0.66% | 0.69% | - |
| HSV(B) | 261.14º | 0.46% | 0.89% | - |
| XYZ | 35.58 | 27.24 | 76.78 | - |
| YUV | 146.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 228 | 0.30 | 0.46 | 0 | 0.11 | 261.14 | 0.66 | 0.69 |
| Hex | A0 | 7B | E4 | 1E | 2E | 0 | B | 105 | 42 | 45 |
| Octal | 240 | 173 | 344 | 36 | 56 | 0 | 13 | 405 | 102 | 105 |
| Binary | 10100000 | 1111011 | 11100100 | 11110 | 101110 | 0 | 1011 | 100000101 | 1000010 | 1000101 |
Color Harmonies of #A07BE4
Complementary color
Monochromatic Colors of #A07BE4
Black with #A07BE4
Text Example
Text Example
White with #A07BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BE4; }
p { color: rgb(160,123,228); }
H1.HeaderClassName
{
color: #A07BE4;
}
.AnyTagClassName
{
color: #A07BE4;
}
</style>
background-color css
<style>
a { background-color: #A07BE4; }
a { background-color: rgb(160,123,228); }
div.DivClassName
{
background-color: #A07BE4;
}
.BgClassName
{
background-color: #A07BE4;
}
</style>
border-color css
<style>
span { border-color: #A07BE4; }
span { border-color: rgb(160,123,228); }
td.TdClassName
{
border-color: #A07BE4;
}
.TagClassName
{
border-color: #A07BE4;
}
</style>