Shades of Medium Purple #A965ED
Tints of Medium Purple #A965ED
RGB
CMYK
RGB Variations
Color information
#A965ED (or 0xA965ED) is known color: Medium Purple. HEX triplet: A9, 65 and ED. RGB value is (169,101,237). Sum of RGB (Red+Green+Blue) = 169+101+237=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A965ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A965ED is #569A12. Grayscale: #888888. Windows color (decimal): -5675539 or 15558057. OLE color: 15558057.
HSL color Cylindrical-coordinate representation of color #A965ED: hue angle of 270º degrees, saturation: 0.79, 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 #A965ED is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 101 | 237 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.66% | - |
| HSV(B) | 270º | 0.57% | 0.93% | - |
| XYZ | 36.3 | 23.86 | 82.81 | - |
| YUV | 136.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 237 | 0.29 | 0.57 | 0 | 0.07 | 270 | 0.79 | 0.66 |
| Hex | A9 | 65 | ED | 1D | 39 | 0 | 7 | 10E | 4F | 42 |
| Octal | 251 | 145 | 355 | 35 | 71 | 0 | 7 | 416 | 117 | 102 |
| Binary | 10101001 | 1100101 | 11101101 | 11101 | 111001 | 0 | 111 | 100001110 | 1001111 | 1000010 |
Color Harmonies of #A965ED
Complementary color
Monochromatic Colors of #A965ED
Black with #A965ED
Text Example
Text Example
White with #A965ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965ED; }
p { color: rgb(169,101,237); }
H1.HeaderClassName
{
color: #A965ED;
}
.AnyTagClassName
{
color: #A965ED;
}
</style>
background-color css
<style>
a { background-color: #A965ED; }
a { background-color: rgb(169,101,237); }
div.DivClassName
{
background-color: #A965ED;
}
.BgClassName
{
background-color: #A965ED;
}
</style>
border-color css
<style>
span { border-color: #A965ED; }
span { border-color: rgb(169,101,237); }
td.TdClassName
{
border-color: #A965ED;
}
.TagClassName
{
border-color: #A965ED;
}
</style>