Shades of Medium Purple #A85FEF
Tints of Medium Purple #A85FEF
RGB
CMYK
RGB Variations
Color information
#A85FEF (or 0xA85FEF) is known color: Medium Purple. HEX triplet: A8, 5F and EF. RGB value is (168,95,239). Sum of RGB (Red+Green+Blue) = 168+95+239=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #A85FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FEF is #57A010. Grayscale: #848484. Windows color (decimal): -5742609 or 15687592. OLE color: 15687592.
HSL color Cylindrical-coordinate representation of color #A85FEF: hue angle of 270.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85FEF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 95 | 239 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.06 |
| HSL | 270.42º | 0.82% | 0.65% | - |
| HSV(B) | 270.42º | 0.6% | 0.94% | - |
| XYZ | 35.82 | 22.74 | 84.16 | - |
| YUV | 133.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 239 | 0.30 | 0.60 | 0 | 0.06 | 270.42 | 0.82 | 0.65 |
| Hex | A8 | 5F | EF | 1E | 3C | 0 | 6 | 10E | 52 | 41 |
| Octal | 250 | 137 | 357 | 36 | 74 | 0 | 6 | 416 | 122 | 101 |
| Binary | 10101000 | 1011111 | 11101111 | 11110 | 111100 | 0 | 110 | 100001110 | 1010010 | 1000001 |
Color Harmonies of #A85FEF
Complementary color
Monochromatic Colors of #A85FEF
Black with #A85FEF
Text Example
Text Example
White with #A85FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FEF; }
p { color: rgb(168,95,239); }
H1.HeaderClassName
{
color: #A85FEF;
}
.AnyTagClassName
{
color: #A85FEF;
}
</style>
background-color css
<style>
a { background-color: #A85FEF; }
a { background-color: rgb(168,95,239); }
div.DivClassName
{
background-color: #A85FEF;
}
.BgClassName
{
background-color: #A85FEF;
}
</style>
border-color css
<style>
span { border-color: #A85FEF; }
span { border-color: rgb(168,95,239); }
td.TdClassName
{
border-color: #A85FEF;
}
.TagClassName
{
border-color: #A85FEF;
}
</style>