Shades of Medium Purple #A977EE
Tints of Medium Purple #A977EE
RGB
CMYK
RGB Variations
Color information
#A977EE (or 0xA977EE) is known color: Medium Purple. HEX triplet: A9, 77 and EE. RGB value is (169,119,238). Sum of RGB (Red+Green+Blue) = 169+119+238=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A977EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A977EE is #568811. Grayscale: #939393. Windows color (decimal): -5670930 or 15628201. OLE color: 15628201.
HSL color Cylindrical-coordinate representation of color #A977EE: hue angle of 265.21º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A977EE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 119 | 238 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 265.21º | 0.78% | 0.7% | - |
| HSV(B) | 265.21º | 0.5% | 0.93% | - |
| XYZ | 38.39 | 27.8 | 84.23 | - |
| YUV | 147.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 238 | 0.29 | 0.50 | 0 | 0.07 | 265.21 | 0.78 | 0.7 |
| Hex | A9 | 77 | EE | 1D | 32 | 0 | 7 | 109 | 4E | 46 |
| Octal | 251 | 167 | 356 | 35 | 62 | 0 | 7 | 411 | 116 | 106 |
| Binary | 10101001 | 1110111 | 11101110 | 11101 | 110010 | 0 | 111 | 100001001 | 1001110 | 1000110 |
Color Harmonies of #A977EE
Complementary color
Monochromatic Colors of #A977EE
Black with #A977EE
Text Example
Text Example
White with #A977EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977EE; }
p { color: rgb(169,119,238); }
H1.HeaderClassName
{
color: #A977EE;
}
.AnyTagClassName
{
color: #A977EE;
}
</style>
background-color css
<style>
a { background-color: #A977EE; }
a { background-color: rgb(169,119,238); }
div.DivClassName
{
background-color: #A977EE;
}
.BgClassName
{
background-color: #A977EE;
}
</style>
border-color css
<style>
span { border-color: #A977EE; }
span { border-color: rgb(169,119,238); }
td.TdClassName
{
border-color: #A977EE;
}
.TagClassName
{
border-color: #A977EE;
}
</style>