Shades of Medium Purple #A964EF
Tints of Medium Purple #A964EF
RGB
CMYK
RGB Variations
Color information
#A964EF (or 0xA964EF) is known color: Medium Purple. HEX triplet: A9, 64 and EF. RGB value is (169,100,239). Sum of RGB (Red+Green+Blue) = 169+100+239=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #A964EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A964EF is #569B10. Grayscale: #878787. Windows color (decimal): -5675793 or 15688873. OLE color: 15688873.
HSL color Cylindrical-coordinate representation of color #A964EF: hue angle of 269.78º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A964EF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 100 | 239 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.06 |
| HSL | 269.78º | 0.81% | 0.66% | - |
| HSV(B) | 269.78º | 0.58% | 0.94% | - |
| XYZ | 36.5 | 23.78 | 84.33 | - |
| YUV | 136.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 239 | 0.29 | 0.58 | 0 | 0.06 | 269.78 | 0.81 | 0.66 |
| Hex | A9 | 64 | EF | 1D | 3A | 0 | 6 | 10E | 51 | 42 |
| Octal | 251 | 144 | 357 | 35 | 72 | 0 | 6 | 416 | 121 | 102 |
| Binary | 10101001 | 1100100 | 11101111 | 11101 | 111010 | 0 | 110 | 100001110 | 1010001 | 1000010 |
Color Harmonies of #A964EF
Complementary color
Monochromatic Colors of #A964EF
Black with #A964EF
Text Example
Text Example
White with #A964EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A964EF; }
p { color: rgb(169,100,239); }
H1.HeaderClassName
{
color: #A964EF;
}
.AnyTagClassName
{
color: #A964EF;
}
</style>
background-color css
<style>
a { background-color: #A964EF; }
a { background-color: rgb(169,100,239); }
div.DivClassName
{
background-color: #A964EF;
}
.BgClassName
{
background-color: #A964EF;
}
</style>
border-color css
<style>
span { border-color: #A964EF; }
span { border-color: rgb(169,100,239); }
td.TdClassName
{
border-color: #A964EF;
}
.TagClassName
{
border-color: #A964EF;
}
</style>