Shades of Medium Purple #A285DF
Tints of Medium Purple #A285DF
RGB
CMYK
RGB Variations
Color information
#A285DF (or 0xA285DF) is known color: Medium Purple. HEX triplet: A2, 85 and DF. RGB value is (162,133,223). Sum of RGB (Red+Green+Blue) = 162+133+223=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A285DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285DF is #5D7A20. Grayscale: #979797. Windows color (decimal): -6126113 or 14648738. OLE color: 14648738.
HSL color Cylindrical-coordinate representation of color #A285DF: hue angle of 259.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A285DF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 133 | 223 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.13 |
| HSL | 259.33º | 0.58% | 0.7% | - |
| HSV(B) | 259.33º | 0.4% | 0.87% | - |
| XYZ | 36.61 | 29.78 | 73.63 | - |
| YUV | 151.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 223 | 0.27 | 0.40 | 0 | 0.13 | 259.33 | 0.58 | 0.7 |
| Hex | A2 | 85 | DF | 1B | 28 | 0 | D | 103 | 3A | 46 |
| Octal | 242 | 205 | 337 | 33 | 50 | 0 | 15 | 403 | 72 | 106 |
| Binary | 10100010 | 10000101 | 11011111 | 11011 | 101000 | 0 | 1101 | 100000011 | 111010 | 1000110 |
Color Harmonies of #A285DF
Complementary color
Monochromatic Colors of #A285DF
Black with #A285DF
Text Example
Text Example
White with #A285DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285DF; }
p { color: rgb(162,133,223); }
H1.HeaderClassName
{
color: #A285DF;
}
.AnyTagClassName
{
color: #A285DF;
}
</style>
background-color css
<style>
a { background-color: #A285DF; }
a { background-color: rgb(162,133,223); }
div.DivClassName
{
background-color: #A285DF;
}
.BgClassName
{
background-color: #A285DF;
}
</style>
border-color css
<style>
span { border-color: #A285DF; }
span { border-color: rgb(162,133,223); }
td.TdClassName
{
border-color: #A285DF;
}
.TagClassName
{
border-color: #A285DF;
}
</style>