Shades of Medium Purple #A287E5
Tints of Medium Purple #A287E5
RGB
CMYK
RGB Variations
Color information
#A287E5 (or 0xA287E5) is known color: Medium Purple. HEX triplet: A2, 87 and E5. RGB value is (162,135,229). Sum of RGB (Red+Green+Blue) = 162+135+229=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #A287E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287E5 is #5D781A. Grayscale: #999999. Windows color (decimal): -6125595 or 15042466. OLE color: 15042466.
HSL color Cylindrical-coordinate representation of color #A287E5: hue angle of 257.23º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A287E5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 135 | 229 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.10 |
| HSL | 257.23º | 0.64% | 0.71% | - |
| HSV(B) | 257.23º | 0.41% | 0.9% | - |
| XYZ | 37.71 | 30.67 | 78.06 | - |
| YUV | 153.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 229 | 0.29 | 0.41 | 0 | 0.10 | 257.23 | 0.64 | 0.71 |
| Hex | A2 | 87 | E5 | 1D | 29 | 0 | A | 101 | 40 | 47 |
| Octal | 242 | 207 | 345 | 35 | 51 | 0 | 12 | 401 | 100 | 107 |
| Binary | 10100010 | 10000111 | 11100101 | 11101 | 101001 | 0 | 1010 | 100000001 | 1000000 | 1000111 |
Color Harmonies of #A287E5
Complementary color
Monochromatic Colors of #A287E5
Black with #A287E5
Text Example
Text Example
White with #A287E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287E5; }
p { color: rgb(162,135,229); }
H1.HeaderClassName
{
color: #A287E5;
}
.AnyTagClassName
{
color: #A287E5;
}
</style>
background-color css
<style>
a { background-color: #A287E5; }
a { background-color: rgb(162,135,229); }
div.DivClassName
{
background-color: #A287E5;
}
.BgClassName
{
background-color: #A287E5;
}
</style>
border-color css
<style>
span { border-color: #A287E5; }
span { border-color: rgb(162,135,229); }
td.TdClassName
{
border-color: #A287E5;
}
.TagClassName
{
border-color: #A287E5;
}
</style>