Shades of Medium Purple #A965EC
Tints of Medium Purple #A965EC
RGB
CMYK
RGB Variations
Color information
#A965EC (or 0xA965EC) is known color: Medium Purple. HEX triplet: A9, 65 and EC. RGB value is (169,101,236). Sum of RGB (Red+Green+Blue) = 169+101+236=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #A965EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A965EC is #569A13. Grayscale: #888888. Windows color (decimal): -5675540 or 15492521. OLE color: 15492521.
HSL color Cylindrical-coordinate representation of color #A965EC: hue angle of 270.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A965EC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 101 | 236 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.22º | 0.78% | 0.66% | - |
| HSV(B) | 270.22º | 0.57% | 0.93% | - |
| XYZ | 36.16 | 23.8 | 82.04 | - |
| YUV | 136.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 236 | 0.28 | 0.57 | 0 | 0.07 | 270.22 | 0.78 | 0.66 |
| Hex | A9 | 65 | EC | 1C | 39 | 0 | 7 | 10E | 4E | 42 |
| Octal | 251 | 145 | 354 | 34 | 71 | 0 | 7 | 416 | 116 | 102 |
| Binary | 10101001 | 1100101 | 11101100 | 11100 | 111001 | 0 | 111 | 100001110 | 1001110 | 1000010 |
Color Harmonies of #A965EC
Complementary color
Monochromatic Colors of #A965EC
Black with #A965EC
Text Example
Text Example
White with #A965EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965EC; }
p { color: rgb(169,101,236); }
H1.HeaderClassName
{
color: #A965EC;
}
.AnyTagClassName
{
color: #A965EC;
}
</style>
background-color css
<style>
a { background-color: #A965EC; }
a { background-color: rgb(169,101,236); }
div.DivClassName
{
background-color: #A965EC;
}
.BgClassName
{
background-color: #A965EC;
}
</style>
border-color css
<style>
span { border-color: #A965EC; }
span { border-color: rgb(169,101,236); }
td.TdClassName
{
border-color: #A965EC;
}
.TagClassName
{
border-color: #A965EC;
}
</style>