Shades of Medium Purple #A076E0
Tints of Medium Purple #A076E0
RGB
CMYK
RGB Variations
Color information
#A076E0 (or 0xA076E0) is known color: Medium Purple. HEX triplet: A0, 76 and E0. RGB value is (160,118,224). Sum of RGB (Red+Green+Blue) = 160+118+224=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #A076E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076E0 is #5F891F. Grayscale: #8E8E8E. Windows color (decimal): -6261024 or 14710432. OLE color: 14710432.
HSL color Cylindrical-coordinate representation of color #A076E0: hue angle of 263.77º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A076E0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 118 | 224 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.12 |
| HSL | 263.77º | 0.63% | 0.67% | - |
| HSV(B) | 263.77º | 0.47% | 0.88% | - |
| XYZ | 34.43 | 25.81 | 73.69 | - |
| YUV | 142.64 | 173.91 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 224 | 0.29 | 0.47 | 0 | 0.12 | 263.77 | 0.63 | 0.67 |
| Hex | A0 | 76 | E0 | 1D | 2F | 0 | C | 108 | 3F | 43 |
| Octal | 240 | 166 | 340 | 35 | 57 | 0 | 14 | 410 | 77 | 103 |
| Binary | 10100000 | 1110110 | 11100000 | 11101 | 101111 | 0 | 1100 | 100001000 | 111111 | 1000011 |
Color Harmonies of #A076E0
Complementary color
Monochromatic Colors of #A076E0
Black with #A076E0
Text Example
Text Example
White with #A076E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076E0; }
p { color: rgb(160,118,224); }
H1.HeaderClassName
{
color: #A076E0;
}
.AnyTagClassName
{
color: #A076E0;
}
</style>
background-color css
<style>
a { background-color: #A076E0; }
a { background-color: rgb(160,118,224); }
div.DivClassName
{
background-color: #A076E0;
}
.BgClassName
{
background-color: #A076E0;
}
</style>
border-color css
<style>
span { border-color: #A076E0; }
span { border-color: rgb(160,118,224); }
td.TdClassName
{
border-color: #A076E0;
}
.TagClassName
{
border-color: #A076E0;
}
</style>