Shades of Medium Purple #A978EB
Tints of Medium Purple #A978EB
RGB
CMYK
RGB Variations
Color information
#A978EB (or 0xA978EB) is known color: Medium Purple. HEX triplet: A9, 78 and EB. RGB value is (169,120,235). Sum of RGB (Red+Green+Blue) = 169+120+235=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A978EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978EB is #568714. Grayscale: #939393. Windows color (decimal): -5670677 or 15431849. OLE color: 15431849.
HSL color Cylindrical-coordinate representation of color #A978EB: hue angle of 265.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A978EB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 120 | 235 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.08 |
| HSL | 265.57º | 0.74% | 0.7% | - |
| HSV(B) | 265.57º | 0.49% | 0.92% | - |
| XYZ | 38.07 | 27.87 | 81.97 | - |
| YUV | 147.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 235 | 0.28 | 0.49 | 0 | 0.08 | 265.57 | 0.74 | 0.7 |
| Hex | A9 | 78 | EB | 1C | 31 | 0 | 8 | 10A | 4A | 46 |
| Octal | 251 | 170 | 353 | 34 | 61 | 0 | 10 | 412 | 112 | 106 |
| Binary | 10101001 | 1111000 | 11101011 | 11100 | 110001 | 0 | 1000 | 100001010 | 1001010 | 1000110 |
Color Harmonies of #A978EB
Complementary color
Monochromatic Colors of #A978EB
Black with #A978EB
Text Example
Text Example
White with #A978EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978EB; }
p { color: rgb(169,120,235); }
H1.HeaderClassName
{
color: #A978EB;
}
.AnyTagClassName
{
color: #A978EB;
}
</style>
background-color css
<style>
a { background-color: #A978EB; }
a { background-color: rgb(169,120,235); }
div.DivClassName
{
background-color: #A978EB;
}
.BgClassName
{
background-color: #A978EB;
}
</style>
border-color css
<style>
span { border-color: #A978EB; }
span { border-color: rgb(169,120,235); }
td.TdClassName
{
border-color: #A978EB;
}
.TagClassName
{
border-color: #A978EB;
}
</style>