Shades of Medium Purple #A863ED
Tints of Medium Purple #A863ED
RGB
CMYK
RGB Variations
Color information
#A863ED (or 0xA863ED) is known color: Medium Purple. HEX triplet: A8, 63 and ED. RGB value is (168,99,237). Sum of RGB (Red+Green+Blue) = 168+99+237=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #A863ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863ED is #579C12. Grayscale: #868686. Windows color (decimal): -5741587 or 15557544. OLE color: 15557544.
HSL color Cylindrical-coordinate representation of color #A863ED: 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.58%. Process color model (Four color, CMYK) of #A863ED is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 99 | 237 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.66% | - |
| HSV(B) | 270º | 0.58% | 0.93% | - |
| XYZ | 35.9 | 23.36 | 82.74 | - |
| YUV | 135.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 237 | 0.29 | 0.58 | 0 | 0.07 | 270 | 0.79 | 0.66 |
| Hex | A8 | 63 | ED | 1D | 3A | 0 | 7 | 10E | 4F | 42 |
| Octal | 250 | 143 | 355 | 35 | 72 | 0 | 7 | 416 | 117 | 102 |
| Binary | 10101000 | 1100011 | 11101101 | 11101 | 111010 | 0 | 111 | 100001110 | 1001111 | 1000010 |
Color Harmonies of #A863ED
Complementary color
Monochromatic Colors of #A863ED
Black with #A863ED
Text Example
Text Example
White with #A863ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863ED; }
p { color: rgb(168,99,237); }
H1.HeaderClassName
{
color: #A863ED;
}
.AnyTagClassName
{
color: #A863ED;
}
</style>
background-color css
<style>
a { background-color: #A863ED; }
a { background-color: rgb(168,99,237); }
div.DivClassName
{
background-color: #A863ED;
}
.BgClassName
{
background-color: #A863ED;
}
</style>
border-color css
<style>
span { border-color: #A863ED; }
span { border-color: rgb(168,99,237); }
td.TdClassName
{
border-color: #A863ED;
}
.TagClassName
{
border-color: #A863ED;
}
</style>