Shades of Medium Purple #A285E6
Tints of Medium Purple #A285E6
RGB
CMYK
RGB Variations
Color information
#A285E6 (or 0xA285E6) is known color: Medium Purple. HEX triplet: A2, 85 and E6. RGB value is (162,133,230). Sum of RGB (Red+Green+Blue) = 162+133+230=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #A285E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285E6 is #5D7A19. Grayscale: #989898. Windows color (decimal): -6126106 or 15107490. OLE color: 15107490.
HSL color Cylindrical-coordinate representation of color #A285E6: hue angle of 257.94º degrees, saturation: 0.66, 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 #A285E6 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 133 | 230 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.10 |
| HSL | 257.94º | 0.66% | 0.71% | - |
| HSV(B) | 257.94º | 0.42% | 0.9% | - |
| XYZ | 37.57 | 30.17 | 78.71 | - |
| YUV | 152.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 230 | 0.30 | 0.42 | 0 | 0.10 | 257.94 | 0.66 | 0.71 |
| Hex | A2 | 85 | E6 | 1E | 2A | 0 | A | 102 | 42 | 47 |
| Octal | 242 | 205 | 346 | 36 | 52 | 0 | 12 | 402 | 102 | 107 |
| Binary | 10100010 | 10000101 | 11100110 | 11110 | 101010 | 0 | 1010 | 100000010 | 1000010 | 1000111 |
Color Harmonies of #A285E6
Complementary color
Monochromatic Colors of #A285E6
Black with #A285E6
Text Example
Text Example
White with #A285E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285E6; }
p { color: rgb(162,133,230); }
H1.HeaderClassName
{
color: #A285E6;
}
.AnyTagClassName
{
color: #A285E6;
}
</style>
background-color css
<style>
a { background-color: #A285E6; }
a { background-color: rgb(162,133,230); }
div.DivClassName
{
background-color: #A285E6;
}
.BgClassName
{
background-color: #A285E6;
}
</style>
border-color css
<style>
span { border-color: #A285E6; }
span { border-color: rgb(162,133,230); }
td.TdClassName
{
border-color: #A285E6;
}
.TagClassName
{
border-color: #A285E6;
}
</style>