Shades of Medium Purple #A285ED
Tints of Medium Purple #A285ED
RGB
CMYK
RGB Variations
Color information
#A285ED (or 0xA285ED) is known color: Medium Purple. HEX triplet: A2, 85 and ED. RGB value is (162,133,237). Sum of RGB (Red+Green+Blue) = 162+133+237=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #A285ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285ED is #5D7A12. Grayscale: #999999. Windows color (decimal): -6126099 or 15566242. OLE color: 15566242.
HSL color Cylindrical-coordinate representation of color #A285ED: hue angle of 256.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A285ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 133 | 237 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256.73º | 0.74% | 0.73% | - |
| HSV(B) | 256.73º | 0.44% | 0.93% | - |
| XYZ | 38.57 | 30.57 | 83.99 | - |
| YUV | 153.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 237 | 0.32 | 0.44 | 0 | 0.07 | 256.73 | 0.74 | 0.73 |
| Hex | A2 | 85 | ED | 20 | 2C | 0 | 7 | 101 | 4A | 49 |
| Octal | 242 | 205 | 355 | 40 | 54 | 0 | 7 | 401 | 112 | 111 |
| Binary | 10100010 | 10000101 | 11101101 | 100000 | 101100 | 0 | 111 | 100000001 | 1001010 | 1001001 |
Color Harmonies of #A285ED
Complementary color
Monochromatic Colors of #A285ED
Black with #A285ED
Text Example
Text Example
White with #A285ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285ED; }
p { color: rgb(162,133,237); }
H1.HeaderClassName
{
color: #A285ED;
}
.AnyTagClassName
{
color: #A285ED;
}
</style>
background-color css
<style>
a { background-color: #A285ED; }
a { background-color: rgb(162,133,237); }
div.DivClassName
{
background-color: #A285ED;
}
.BgClassName
{
background-color: #A285ED;
}
</style>
border-color css
<style>
span { border-color: #A285ED; }
span { border-color: rgb(162,133,237); }
td.TdClassName
{
border-color: #A285ED;
}
.TagClassName
{
border-color: #A285ED;
}
</style>