Shades of Medium Purple #A07BE6
Tints of Medium Purple #A07BE6
RGB
CMYK
RGB Variations
Color information
#A07BE6 (or 0xA07BE6) is known color: Medium Purple. HEX triplet: A0, 7B and E6. RGB value is (160,123,230). Sum of RGB (Red+Green+Blue) = 160+123+230=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #A07BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BE6 is #5F8419. Grayscale: #919191. Windows color (decimal): -6259738 or 15104928. OLE color: 15104928.
HSL color Cylindrical-coordinate representation of color #A07BE6: hue angle of 260.75º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07BE6 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 123 | 230 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.10 |
| HSL | 260.75º | 0.68% | 0.69% | - |
| HSV(B) | 260.75º | 0.47% | 0.9% | - |
| XYZ | 35.86 | 27.35 | 78.25 | - |
| YUV | 146.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 230 | 0.30 | 0.47 | 0 | 0.10 | 260.75 | 0.68 | 0.69 |
| Hex | A0 | 7B | E6 | 1E | 2F | 0 | A | 105 | 44 | 45 |
| Octal | 240 | 173 | 346 | 36 | 57 | 0 | 12 | 405 | 104 | 105 |
| Binary | 10100000 | 1111011 | 11100110 | 11110 | 101111 | 0 | 1010 | 100000101 | 1000100 | 1000101 |
Color Harmonies of #A07BE6
Complementary color
Monochromatic Colors of #A07BE6
Black with #A07BE6
Text Example
Text Example
White with #A07BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BE6; }
p { color: rgb(160,123,230); }
H1.HeaderClassName
{
color: #A07BE6;
}
.AnyTagClassName
{
color: #A07BE6;
}
</style>
background-color css
<style>
a { background-color: #A07BE6; }
a { background-color: rgb(160,123,230); }
div.DivClassName
{
background-color: #A07BE6;
}
.BgClassName
{
background-color: #A07BE6;
}
</style>
border-color css
<style>
span { border-color: #A07BE6; }
span { border-color: rgb(160,123,230); }
td.TdClassName
{
border-color: #A07BE6;
}
.TagClassName
{
border-color: #A07BE6;
}
</style>