Shades of Medium Purple #A363EF
Tints of Medium Purple #A363EF
RGB
CMYK
RGB Variations
Color information
#A363EF (or 0xA363EF) is known color: Medium Purple. HEX triplet: A3, 63 and EF. RGB value is (163,99,239). Sum of RGB (Red+Green+Blue) = 163+99+239=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #A363EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363EF is #5C9C10. Grayscale: #858585. Windows color (decimal): -6069265 or 15688611. OLE color: 15688611.
HSL color Cylindrical-coordinate representation of color #A363EF: hue angle of 267.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A363EF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 99 | 239 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.06 |
| HSL | 267.43º | 0.81% | 0.66% | - |
| HSV(B) | 267.43º | 0.59% | 0.94% | - |
| XYZ | 35.15 | 22.94 | 84.24 | - |
| YUV | 134.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 239 | 0.32 | 0.59 | 0 | 0.06 | 267.43 | 0.81 | 0.66 |
| Hex | A3 | 63 | EF | 20 | 3B | 0 | 6 | 10B | 51 | 42 |
| Octal | 243 | 143 | 357 | 40 | 73 | 0 | 6 | 413 | 121 | 102 |
| Binary | 10100011 | 1100011 | 11101111 | 100000 | 111011 | 0 | 110 | 100001011 | 1010001 | 1000010 |
Color Harmonies of #A363EF
Complementary color
Monochromatic Colors of #A363EF
Black with #A363EF
Text Example
Text Example
White with #A363EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363EF; }
p { color: rgb(163,99,239); }
H1.HeaderClassName
{
color: #A363EF;
}
.AnyTagClassName
{
color: #A363EF;
}
</style>
background-color css
<style>
a { background-color: #A363EF; }
a { background-color: rgb(163,99,239); }
div.DivClassName
{
background-color: #A363EF;
}
.BgClassName
{
background-color: #A363EF;
}
</style>
border-color css
<style>
span { border-color: #A363EF; }
span { border-color: rgb(163,99,239); }
td.TdClassName
{
border-color: #A363EF;
}
.TagClassName
{
border-color: #A363EF;
}
</style>