Shades of Medium Purple #A285E4
Tints of Medium Purple #A285E4
RGB
CMYK
RGB Variations
Color information
#A285E4 (or 0xA285E4) is known color: Medium Purple. HEX triplet: A2, 85 and E4. RGB value is (162,133,228). Sum of RGB (Red+Green+Blue) = 162+133+228=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #A285E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285E4 is #5D7A1B. Grayscale: #989898. Windows color (decimal): -6126108 or 14976418. OLE color: 14976418.
HSL color Cylindrical-coordinate representation of color #A285E4: hue angle of 258.32º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A285E4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 133 | 228 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.11 |
| HSL | 258.32º | 0.64% | 0.71% | - |
| HSV(B) | 258.32º | 0.42% | 0.89% | - |
| XYZ | 37.29 | 30.06 | 77.24 | - |
| YUV | 152.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 228 | 0.29 | 0.42 | 0 | 0.11 | 258.32 | 0.64 | 0.71 |
| Hex | A2 | 85 | E4 | 1D | 2A | 0 | B | 102 | 40 | 47 |
| Octal | 242 | 205 | 344 | 35 | 52 | 0 | 13 | 402 | 100 | 107 |
| Binary | 10100010 | 10000101 | 11100100 | 11101 | 101010 | 0 | 1011 | 100000010 | 1000000 | 1000111 |
Color Harmonies of #A285E4
Complementary color
Monochromatic Colors of #A285E4
Black with #A285E4
Text Example
Text Example
White with #A285E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285E4; }
p { color: rgb(162,133,228); }
H1.HeaderClassName
{
color: #A285E4;
}
.AnyTagClassName
{
color: #A285E4;
}
</style>
background-color css
<style>
a { background-color: #A285E4; }
a { background-color: rgb(162,133,228); }
div.DivClassName
{
background-color: #A285E4;
}
.BgClassName
{
background-color: #A285E4;
}
</style>
border-color css
<style>
span { border-color: #A285E4; }
span { border-color: rgb(162,133,228); }
td.TdClassName
{
border-color: #A285E4;
}
.TagClassName
{
border-color: #A285E4;
}
</style>