Shades of Medium Purple #A285E5
Tints of Medium Purple #A285E5
RGB
CMYK
RGB Variations
Color information
#A285E5 (or 0xA285E5) is known color: Medium Purple. HEX triplet: A2, 85 and E5. RGB value is (162,133,229). Sum of RGB (Red+Green+Blue) = 162+133+229=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #A285E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285E5 is #5D7A1A. Grayscale: #989898. Windows color (decimal): -6126107 or 15041954. OLE color: 15041954.
HSL color Cylindrical-coordinate representation of color #A285E5: hue angle of 258.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A285E5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 133 | 229 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.10 |
| HSL | 258.13º | 0.65% | 0.71% | - |
| HSV(B) | 258.13º | 0.42% | 0.9% | - |
| XYZ | 37.43 | 30.11 | 77.97 | - |
| YUV | 152.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 229 | 0.29 | 0.42 | 0 | 0.10 | 258.13 | 0.65 | 0.71 |
| Hex | A2 | 85 | E5 | 1D | 2A | 0 | A | 102 | 41 | 47 |
| Octal | 242 | 205 | 345 | 35 | 52 | 0 | 12 | 402 | 101 | 107 |
| Binary | 10100010 | 10000101 | 11100101 | 11101 | 101010 | 0 | 1010 | 100000010 | 1000001 | 1000111 |
Color Harmonies of #A285E5
Complementary color
Monochromatic Colors of #A285E5
Black with #A285E5
Text Example
Text Example
White with #A285E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285E5; }
p { color: rgb(162,133,229); }
H1.HeaderClassName
{
color: #A285E5;
}
.AnyTagClassName
{
color: #A285E5;
}
</style>
background-color css
<style>
a { background-color: #A285E5; }
a { background-color: rgb(162,133,229); }
div.DivClassName
{
background-color: #A285E5;
}
.BgClassName
{
background-color: #A285E5;
}
</style>
border-color css
<style>
span { border-color: #A285E5; }
span { border-color: rgb(162,133,229); }
td.TdClassName
{
border-color: #A285E5;
}
.TagClassName
{
border-color: #A285E5;
}
</style>