Shades of Medium Purple #A978ED
Tints of Medium Purple #A978ED
RGB
CMYK
RGB Variations
Color information
#A978ED (or 0xA978ED) is known color: Medium Purple. HEX triplet: A9, 78 and ED. RGB value is (169,120,237). Sum of RGB (Red+Green+Blue) = 169+120+237=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #A978ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978ED is #568712. Grayscale: #939393. Windows color (decimal): -5670675 or 15562921. OLE color: 15562921.
HSL color Cylindrical-coordinate representation of color #A978ED: hue angle of 265.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A978ED is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 120 | 237 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.07 |
| HSL | 265.13º | 0.76% | 0.7% | - |
| HSV(B) | 265.13º | 0.49% | 0.93% | - |
| XYZ | 38.36 | 27.98 | 83.5 | - |
| YUV | 147.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 237 | 0.29 | 0.49 | 0 | 0.07 | 265.13 | 0.76 | 0.7 |
| Hex | A9 | 78 | ED | 1D | 31 | 0 | 7 | 109 | 4C | 46 |
| Octal | 251 | 170 | 355 | 35 | 61 | 0 | 7 | 411 | 114 | 106 |
| Binary | 10101001 | 1111000 | 11101101 | 11101 | 110001 | 0 | 111 | 100001001 | 1001100 | 1000110 |
Color Harmonies of #A978ED
Complementary color
Monochromatic Colors of #A978ED
Black with #A978ED
Text Example
Text Example
White with #A978ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978ED; }
p { color: rgb(169,120,237); }
H1.HeaderClassName
{
color: #A978ED;
}
.AnyTagClassName
{
color: #A978ED;
}
</style>
background-color css
<style>
a { background-color: #A978ED; }
a { background-color: rgb(169,120,237); }
div.DivClassName
{
background-color: #A978ED;
}
.BgClassName
{
background-color: #A978ED;
}
</style>
border-color css
<style>
span { border-color: #A978ED; }
span { border-color: rgb(169,120,237); }
td.TdClassName
{
border-color: #A978ED;
}
.TagClassName
{
border-color: #A978ED;
}
</style>