Shades of Medium Purple #A85CFE
Tints of Medium Purple #A85CFE
RGB
CMYK
RGB Variations
Color information
#A85CFE (or 0xA85CFE) is known color: Medium Purple. HEX triplet: A8, 5C and FE. RGB value is (168,92,254). Sum of RGB (Red+Green+Blue) = 168+92+254=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A85CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CFE is #57A301. Grayscale: #848484. Windows color (decimal): -5743362 or 16669864. OLE color: 16669864.
HSL color Cylindrical-coordinate representation of color #A85CFE: hue angle of 268.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A85CFE is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 92 | 254 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.00 |
| HSL | 268.15º | 0.99% | 0.68% | - |
| HSV(B) | 268.15º | 0.64% | 1% | - |
| XYZ | 37.86 | 23.13 | 96.24 | - |
| YUV | 133.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 254 | 0.34 | 0.64 | 0 | 0.00 | 268.15 | 0.99 | 0.68 |
| Hex | A8 | 5C | FE | 22 | 40 | 0 | 0 | 10C | 63 | 44 |
| Octal | 250 | 134 | 376 | 42 | 100 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10101000 | 1011100 | 11111110 | 100010 | 1000000 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #A85CFE
Complementary color
Monochromatic Colors of #A85CFE
Black with #A85CFE
Text Example
Text Example
White with #A85CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CFE; }
p { color: rgb(168,92,254); }
H1.HeaderClassName
{
color: #A85CFE;
}
.AnyTagClassName
{
color: #A85CFE;
}
</style>
background-color css
<style>
a { background-color: #A85CFE; }
a { background-color: rgb(168,92,254); }
div.DivClassName
{
background-color: #A85CFE;
}
.BgClassName
{
background-color: #A85CFE;
}
</style>
border-color css
<style>
span { border-color: #A85CFE; }
span { border-color: rgb(168,92,254); }
td.TdClassName
{
border-color: #A85CFE;
}
.TagClassName
{
border-color: #A85CFE;
}
</style>