Shades of Medium Purple #A363ED
Tints of Medium Purple #A363ED
RGB
CMYK
RGB Variations
Color information
#A363ED (or 0xA363ED) is known color: Medium Purple. HEX triplet: A3, 63 and ED. RGB value is (163,99,237). Sum of RGB (Red+Green+Blue) = 163+99+237=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #A363ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363ED is #5C9C12. Grayscale: #858585. Windows color (decimal): -6069267 or 15557539. OLE color: 15557539.
HSL color Cylindrical-coordinate representation of color #A363ED: hue angle of 267.83º degrees, saturation: 0.79, 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 #A363ED is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 99 | 237 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.07 |
| HSL | 267.83º | 0.79% | 0.66% | - |
| HSV(B) | 267.83º | 0.58% | 0.93% | - |
| XYZ | 34.85 | 22.82 | 82.69 | - |
| YUV | 133.87 | 186.2 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 237 | 0.31 | 0.58 | 0 | 0.07 | 267.83 | 0.79 | 0.66 |
| Hex | A3 | 63 | ED | 1F | 3A | 0 | 7 | 10C | 4F | 42 |
| Octal | 243 | 143 | 355 | 37 | 72 | 0 | 7 | 414 | 117 | 102 |
| Binary | 10100011 | 1100011 | 11101101 | 11111 | 111010 | 0 | 111 | 100001100 | 1001111 | 1000010 |
Color Harmonies of #A363ED
Complementary color
Monochromatic Colors of #A363ED
Black with #A363ED
Text Example
Text Example
White with #A363ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363ED; }
p { color: rgb(163,99,237); }
H1.HeaderClassName
{
color: #A363ED;
}
.AnyTagClassName
{
color: #A363ED;
}
</style>
background-color css
<style>
a { background-color: #A363ED; }
a { background-color: rgb(163,99,237); }
div.DivClassName
{
background-color: #A363ED;
}
.BgClassName
{
background-color: #A363ED;
}
</style>
border-color css
<style>
span { border-color: #A363ED; }
span { border-color: rgb(163,99,237); }
td.TdClassName
{
border-color: #A363ED;
}
.TagClassName
{
border-color: #A363ED;
}
</style>