Shades of Medium Purple #A885F0
Tints of Medium Purple #A885F0
RGB
CMYK
RGB Variations
Color information
#A885F0 (or 0xA885F0) is known color: Medium Purple. HEX triplet: A8, 85 and F0. RGB value is (168,133,240). Sum of RGB (Red+Green+Blue) = 168+133+240=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #A885F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F0 is #577A0F. Grayscale: #9B9B9B. Windows color (decimal): -5732880 or 15762856. OLE color: 15762856.
HSL color Cylindrical-coordinate representation of color #A885F0: hue angle of 259.63º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A885F0 is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 133 | 240 | - |
| CMYK | 0.3 | 0.45 | 0 | 0.06 |
| HSL | 259.63º | 0.78% | 0.73% | - |
| HSV(B) | 259.63º | 0.45% | 0.94% | - |
| XYZ | 40.26 | 31.39 | 86.38 | - |
| YUV | 155.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 240 | 0.3 | 0.45 | 0 | 0.06 | 259.63 | 0.78 | 0.73 |
| Hex | A8 | 85 | F0 | 1E | 2D | 0 | 6 | 104 | 4E | 49 |
| Octal | 250 | 205 | 360 | 36 | 55 | 0 | 6 | 404 | 116 | 111 |
| Binary | 10101000 | 10000101 | 11110000 | 11110 | 101101 | 0 | 110 | 100000100 | 1001110 | 1001001 |
Color Harmonies of #A885F0
Complementary color
Monochromatic Colors of #A885F0
Black with #A885F0
Text Example
Text Example
White with #A885F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885F0; }
p { color: rgb(168,133,240); }
H1.HeaderClassName
{
color: #A885F0;
}
.AnyTagClassName
{
color: #A885F0;
}
</style>
background-color css
<style>
a { background-color: #A885F0; }
a { background-color: rgb(168,133,240); }
div.DivClassName
{
background-color: #A885F0;
}
.BgClassName
{
background-color: #A885F0;
}
</style>
border-color css
<style>
span { border-color: #A885F0; }
span { border-color: rgb(168,133,240); }
td.TdClassName
{
border-color: #A885F0;
}
.TagClassName
{
border-color: #A885F0;
}
</style>