Shades of Medium Purple #A85FFC
Tints of Medium Purple #A85FFC
RGB
CMYK
RGB Variations
Color information
#A85FFC (or 0xA85FFC) is known color: Medium Purple. HEX triplet: A8, 5F and FC. RGB value is (168,95,252). Sum of RGB (Red+Green+Blue) = 168+95+252=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A85FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FFC is #57A003. Grayscale: #868686. Windows color (decimal): -5742596 or 16539560. OLE color: 16539560.
HSL color Cylindrical-coordinate representation of color #A85FFC: hue angle of 267.9º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85FFC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 95 | 252 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.01 |
| HSL | 267.9º | 0.96% | 0.68% | - |
| HSV(B) | 267.9º | 0.62% | 0.99% | - |
| XYZ | 37.81 | 23.54 | 94.65 | - |
| YUV | 134.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 252 | 0.33 | 0.62 | 0 | 0.01 | 267.9 | 0.96 | 0.68 |
| Hex | A8 | 5F | FC | 21 | 3E | 0 | 1 | 10C | 60 | 44 |
| Octal | 250 | 137 | 374 | 41 | 76 | 0 | 1 | 414 | 140 | 104 |
| Binary | 10101000 | 1011111 | 11111100 | 100001 | 111110 | 0 | 1 | 100001100 | 1100000 | 1000100 |
Color Harmonies of #A85FFC
Complementary color
Monochromatic Colors of #A85FFC
Black with #A85FFC
Text Example
Text Example
White with #A85FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FFC; }
p { color: rgb(168,95,252); }
H1.HeaderClassName
{
color: #A85FFC;
}
.AnyTagClassName
{
color: #A85FFC;
}
</style>
background-color css
<style>
a { background-color: #A85FFC; }
a { background-color: rgb(168,95,252); }
div.DivClassName
{
background-color: #A85FFC;
}
.BgClassName
{
background-color: #A85FFC;
}
</style>
border-color css
<style>
span { border-color: #A85FFC; }
span { border-color: rgb(168,95,252); }
td.TdClassName
{
border-color: #A85FFC;
}
.TagClassName
{
border-color: #A85FFC;
}
</style>