Shades of Medium Purple #A365EF
Tints of Medium Purple #A365EF
RGB
CMYK
RGB Variations
Color information
#A365EF (or 0xA365EF) is known color: Medium Purple. HEX triplet: A3, 65 and EF. RGB value is (163,101,239). Sum of RGB (Red+Green+Blue) = 163+101+239=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #A365EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365EF is #5C9A10. Grayscale: #868686. Windows color (decimal): -6068753 or 15689123. OLE color: 15689123.
HSL color Cylindrical-coordinate representation of color #A365EF: hue angle of 266.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A365EF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 101 | 239 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.06 |
| HSL | 266.96º | 0.81% | 0.67% | - |
| HSV(B) | 266.96º | 0.58% | 0.94% | - |
| XYZ | 35.34 | 23.33 | 84.3 | - |
| YUV | 135.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 239 | 0.32 | 0.58 | 0 | 0.06 | 266.96 | 0.81 | 0.67 |
| Hex | A3 | 65 | EF | 20 | 3A | 0 | 6 | 10B | 51 | 43 |
| Octal | 243 | 145 | 357 | 40 | 72 | 0 | 6 | 413 | 121 | 103 |
| Binary | 10100011 | 1100101 | 11101111 | 100000 | 111010 | 0 | 110 | 100001011 | 1010001 | 1000011 |
Color Harmonies of #A365EF
Complementary color
Monochromatic Colors of #A365EF
Black with #A365EF
Text Example
Text Example
White with #A365EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365EF; }
p { color: rgb(163,101,239); }
H1.HeaderClassName
{
color: #A365EF;
}
.AnyTagClassName
{
color: #A365EF;
}
</style>
background-color css
<style>
a { background-color: #A365EF; }
a { background-color: rgb(163,101,239); }
div.DivClassName
{
background-color: #A365EF;
}
.BgClassName
{
background-color: #A365EF;
}
</style>
border-color css
<style>
span { border-color: #A365EF; }
span { border-color: rgb(163,101,239); }
td.TdClassName
{
border-color: #A365EF;
}
.TagClassName
{
border-color: #A365EF;
}
</style>