Shades of Medium Purple #A365EE
Tints of Medium Purple #A365EE
RGB
CMYK
RGB Variations
Color information
#A365EE (or 0xA365EE) is known color: Medium Purple. HEX triplet: A3, 65 and EE. RGB value is (163,101,238). Sum of RGB (Red+Green+Blue) = 163+101+238=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #A365EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365EE is #5C9A11. Grayscale: #868686. Windows color (decimal): -6068754 or 15623587. OLE color: 15623587.
HSL color Cylindrical-coordinate representation of color #A365EE: hue angle of 267.15º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A365EE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 101 | 238 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.07 |
| HSL | 267.15º | 0.8% | 0.66% | - |
| HSV(B) | 267.15º | 0.58% | 0.93% | - |
| XYZ | 35.19 | 23.27 | 83.53 | - |
| YUV | 135.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 238 | 0.32 | 0.58 | 0 | 0.07 | 267.15 | 0.8 | 0.66 |
| Hex | A3 | 65 | EE | 20 | 3A | 0 | 7 | 10B | 50 | 42 |
| Octal | 243 | 145 | 356 | 40 | 72 | 0 | 7 | 413 | 120 | 102 |
| Binary | 10100011 | 1100101 | 11101110 | 100000 | 111010 | 0 | 111 | 100001011 | 1010000 | 1000010 |
Color Harmonies of #A365EE
Complementary color
Monochromatic Colors of #A365EE
Black with #A365EE
Text Example
Text Example
White with #A365EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365EE; }
p { color: rgb(163,101,238); }
H1.HeaderClassName
{
color: #A365EE;
}
.AnyTagClassName
{
color: #A365EE;
}
</style>
background-color css
<style>
a { background-color: #A365EE; }
a { background-color: rgb(163,101,238); }
div.DivClassName
{
background-color: #A365EE;
}
.BgClassName
{
background-color: #A365EE;
}
</style>
border-color css
<style>
span { border-color: #A365EE; }
span { border-color: rgb(163,101,238); }
td.TdClassName
{
border-color: #A365EE;
}
.TagClassName
{
border-color: #A365EE;
}
</style>