Shades of Medium Purple #A968ED
Tints of Medium Purple #A968ED
RGB
CMYK
RGB Variations
Color information
#A968ED (or 0xA968ED) is known color: Medium Purple. HEX triplet: A9, 68 and ED. RGB value is (169,104,237). Sum of RGB (Red+Green+Blue) = 169+104+237=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #A968ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A968ED is #569712. Grayscale: #8A8A8A. Windows color (decimal): -5674771 or 15558825. OLE color: 15558825.
HSL color Cylindrical-coordinate representation of color #A968ED: hue angle of 269.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A968ED is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 104 | 237 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 269.32º | 0.79% | 0.67% | - |
| HSV(B) | 269.32º | 0.56% | 0.93% | - |
| XYZ | 36.6 | 24.45 | 82.91 | - |
| YUV | 138.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 237 | 0.29 | 0.56 | 0 | 0.07 | 269.32 | 0.79 | 0.67 |
| Hex | A9 | 68 | ED | 1D | 38 | 0 | 7 | 10D | 4F | 43 |
| Octal | 251 | 150 | 355 | 35 | 70 | 0 | 7 | 415 | 117 | 103 |
| Binary | 10101001 | 1101000 | 11101101 | 11101 | 111000 | 0 | 111 | 100001101 | 1001111 | 1000011 |
Color Harmonies of #A968ED
Complementary color
Monochromatic Colors of #A968ED
Black with #A968ED
Text Example
Text Example
White with #A968ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A968ED; }
p { color: rgb(169,104,237); }
H1.HeaderClassName
{
color: #A968ED;
}
.AnyTagClassName
{
color: #A968ED;
}
</style>
background-color css
<style>
a { background-color: #A968ED; }
a { background-color: rgb(169,104,237); }
div.DivClassName
{
background-color: #A968ED;
}
.BgClassName
{
background-color: #A968ED;
}
</style>
border-color css
<style>
span { border-color: #A968ED; }
span { border-color: rgb(169,104,237); }
td.TdClassName
{
border-color: #A968ED;
}
.TagClassName
{
border-color: #A968ED;
}
</style>