Shades of Medium Purple #A285E0
Tints of Medium Purple #A285E0
RGB
CMYK
RGB Variations
Color information
#A285E0 (or 0xA285E0) is known color: Medium Purple. HEX triplet: A2, 85 and E0. RGB value is (162,133,224). Sum of RGB (Red+Green+Blue) = 162+133+224=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #A285E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285E0 is #5D7A1F. Grayscale: #979797. Windows color (decimal): -6126112 or 14714274. OLE color: 14714274.
HSL color Cylindrical-coordinate representation of color #A285E0: hue angle of 259.12º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A285E0 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 133 | 224 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.12 |
| HSL | 259.12º | 0.59% | 0.7% | - |
| HSV(B) | 259.12º | 0.41% | 0.88% | - |
| XYZ | 36.74 | 29.84 | 74.34 | - |
| YUV | 152.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 224 | 0.28 | 0.41 | 0 | 0.12 | 259.12 | 0.59 | 0.7 |
| Hex | A2 | 85 | E0 | 1C | 29 | 0 | C | 103 | 3B | 46 |
| Octal | 242 | 205 | 340 | 34 | 51 | 0 | 14 | 403 | 73 | 106 |
| Binary | 10100010 | 10000101 | 11100000 | 11100 | 101001 | 0 | 1100 | 100000011 | 111011 | 1000110 |
Color Harmonies of #A285E0
Complementary color
Monochromatic Colors of #A285E0
Black with #A285E0
Text Example
Text Example
White with #A285E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285E0; }
p { color: rgb(162,133,224); }
H1.HeaderClassName
{
color: #A285E0;
}
.AnyTagClassName
{
color: #A285E0;
}
</style>
background-color css
<style>
a { background-color: #A285E0; }
a { background-color: rgb(162,133,224); }
div.DivClassName
{
background-color: #A285E0;
}
.BgClassName
{
background-color: #A285E0;
}
</style>
border-color css
<style>
span { border-color: #A285E0; }
span { border-color: rgb(162,133,224); }
td.TdClassName
{
border-color: #A285E0;
}
.TagClassName
{
border-color: #A285E0;
}
</style>