Shades of Medium Purple #A885F1
Tints of Medium Purple #A885F1
RGB
CMYK
RGB Variations
Color information
#A885F1 (or 0xA885F1) is known color: Medium Purple. HEX triplet: A8, 85 and F1. RGB value is (168,133,241). Sum of RGB (Red+Green+Blue) = 168+133+241=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #A885F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F1 is #577A0E. Grayscale: #9B9B9B. Windows color (decimal): -5732879 or 15828392. OLE color: 15828392.
HSL color Cylindrical-coordinate representation of color #A885F1: hue angle of 259.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A885F1 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 133 | 241 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.05 |
| HSL | 259.44º | 0.79% | 0.73% | - |
| HSV(B) | 259.44º | 0.45% | 0.95% | - |
| XYZ | 40.41 | 31.45 | 87.16 | - |
| YUV | 155.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 241 | 0.30 | 0.45 | 0 | 0.05 | 259.44 | 0.79 | 0.73 |
| Hex | A8 | 85 | F1 | 1E | 2D | 0 | 5 | 103 | 4F | 49 |
| Octal | 250 | 205 | 361 | 36 | 55 | 0 | 5 | 403 | 117 | 111 |
| Binary | 10101000 | 10000101 | 11110001 | 11110 | 101101 | 0 | 101 | 100000011 | 1001111 | 1001001 |
Color Harmonies of #A885F1
Complementary color
Monochromatic Colors of #A885F1
Black with #A885F1
Text Example
Text Example
White with #A885F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885F1; }
p { color: rgb(168,133,241); }
H1.HeaderClassName
{
color: #A885F1;
}
.AnyTagClassName
{
color: #A885F1;
}
</style>
background-color css
<style>
a { background-color: #A885F1; }
a { background-color: rgb(168,133,241); }
div.DivClassName
{
background-color: #A885F1;
}
.BgClassName
{
background-color: #A885F1;
}
</style>
border-color css
<style>
span { border-color: #A885F1; }
span { border-color: rgb(168,133,241); }
td.TdClassName
{
border-color: #A885F1;
}
.TagClassName
{
border-color: #A885F1;
}
</style>