Shades of Medium Purple #A07BEE
Tints of Medium Purple #A07BEE
RGB
CMYK
RGB Variations
Color information
#A07BEE (or 0xA07BEE) is known color: Medium Purple. HEX triplet: A0, 7B and EE. RGB value is (160,123,238). Sum of RGB (Red+Green+Blue) = 160+123+238=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A07BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BEE is #5F8411. Grayscale: #929292. Windows color (decimal): -6259730 or 15629216. OLE color: 15629216.
HSL color Cylindrical-coordinate representation of color #A07BEE: hue angle of 259.3º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07BEE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 123 | 238 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.07 |
| HSL | 259.3º | 0.77% | 0.71% | - |
| HSV(B) | 259.3º | 0.48% | 0.93% | - |
| XYZ | 37.01 | 27.81 | 84.31 | - |
| YUV | 147.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 238 | 0.33 | 0.48 | 0 | 0.07 | 259.3 | 0.77 | 0.71 |
| Hex | A0 | 7B | EE | 21 | 30 | 0 | 7 | 103 | 4D | 47 |
| Octal | 240 | 173 | 356 | 41 | 60 | 0 | 7 | 403 | 115 | 107 |
| Binary | 10100000 | 1111011 | 11101110 | 100001 | 110000 | 0 | 111 | 100000011 | 1001101 | 1000111 |
Color Harmonies of #A07BEE
Complementary color
Monochromatic Colors of #A07BEE
Black with #A07BEE
Text Example
Text Example
White with #A07BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07BEE; }
p { color: rgb(160,123,238); }
H1.HeaderClassName
{
color: #A07BEE;
}
.AnyTagClassName
{
color: #A07BEE;
}
</style>
background-color css
<style>
a { background-color: #A07BEE; }
a { background-color: rgb(160,123,238); }
div.DivClassName
{
background-color: #A07BEE;
}
.BgClassName
{
background-color: #A07BEE;
}
</style>
border-color css
<style>
span { border-color: #A07BEE; }
span { border-color: rgb(160,123,238); }
td.TdClassName
{
border-color: #A07BEE;
}
.TagClassName
{
border-color: #A07BEE;
}
</style>