Shades of Medium Purple #A885EF
Tints of Medium Purple #A885EF
RGB
CMYK
RGB Variations
Color information
#A885EF (or 0xA885EF) is known color: Medium Purple. HEX triplet: A8, 85 and EF. RGB value is (168,133,239). Sum of RGB (Red+Green+Blue) = 168+133+239=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #A885EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885EF is #577A10. Grayscale: #9B9B9B. Windows color (decimal): -5732881 or 15697320. OLE color: 15697320.
HSL color Cylindrical-coordinate representation of color #A885EF: hue angle of 259.81º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A885EF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 133 | 239 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.06 |
| HSL | 259.81º | 0.77% | 0.73% | - |
| HSV(B) | 259.81º | 0.44% | 0.94% | - |
| XYZ | 40.12 | 31.33 | 85.59 | - |
| YUV | 155.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 239 | 0.30 | 0.44 | 0 | 0.06 | 259.81 | 0.77 | 0.73 |
| Hex | A8 | 85 | EF | 1E | 2C | 0 | 6 | 104 | 4D | 49 |
| Octal | 250 | 205 | 357 | 36 | 54 | 0 | 6 | 404 | 115 | 111 |
| Binary | 10101000 | 10000101 | 11101111 | 11110 | 101100 | 0 | 110 | 100000100 | 1001101 | 1001001 |
Color Harmonies of #A885EF
Complementary color
Monochromatic Colors of #A885EF
Black with #A885EF
Text Example
Text Example
White with #A885EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885EF; }
p { color: rgb(168,133,239); }
H1.HeaderClassName
{
color: #A885EF;
}
.AnyTagClassName
{
color: #A885EF;
}
</style>
background-color css
<style>
a { background-color: #A885EF; }
a { background-color: rgb(168,133,239); }
div.DivClassName
{
background-color: #A885EF;
}
.BgClassName
{
background-color: #A885EF;
}
</style>
border-color css
<style>
span { border-color: #A885EF; }
span { border-color: rgb(168,133,239); }
td.TdClassName
{
border-color: #A885EF;
}
.TagClassName
{
border-color: #A885EF;
}
</style>