Shades of Medium Purple #A885F4
Tints of Medium Purple #A885F4
RGB
CMYK
RGB Variations
Color information
#A885F4 (or 0xA885F4) is known color: Medium Purple. HEX triplet: A8, 85 and F4. RGB value is (168,133,244). Sum of RGB (Red+Green+Blue) = 168+133+244=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #A885F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F4 is #577A0B. Grayscale: #9B9B9B. Windows color (decimal): -5732876 or 16025000. OLE color: 16025000.
HSL color Cylindrical-coordinate representation of color #A885F4: hue angle of 258.92º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A885F4 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 133 | 244 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.04 |
| HSL | 258.92º | 0.83% | 0.74% | - |
| HSV(B) | 258.92º | 0.45% | 0.96% | - |
| XYZ | 40.87 | 31.63 | 89.54 | - |
| YUV | 156.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 244 | 0.31 | 0.45 | 0 | 0.04 | 258.92 | 0.83 | 0.74 |
| Hex | A8 | 85 | F4 | 1F | 2D | 0 | 4 | 103 | 53 | 4A |
| Octal | 250 | 205 | 364 | 37 | 55 | 0 | 4 | 403 | 123 | 112 |
| Binary | 10101000 | 10000101 | 11110100 | 11111 | 101101 | 0 | 100 | 100000011 | 1010011 | 1001010 |
Color Harmonies of #A885F4
Complementary color
Monochromatic Colors of #A885F4
Black with #A885F4
Text Example
Text Example
White with #A885F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885F4; }
p { color: rgb(168,133,244); }
H1.HeaderClassName
{
color: #A885F4;
}
.AnyTagClassName
{
color: #A885F4;
}
</style>
background-color css
<style>
a { background-color: #A885F4; }
a { background-color: rgb(168,133,244); }
div.DivClassName
{
background-color: #A885F4;
}
.BgClassName
{
background-color: #A885F4;
}
</style>
border-color css
<style>
span { border-color: #A885F4; }
span { border-color: rgb(168,133,244); }
td.TdClassName
{
border-color: #A885F4;
}
.TagClassName
{
border-color: #A885F4;
}
</style>