Shades of Medium Purple #A85EEF
Tints of Medium Purple #A85EEF
RGB
CMYK
RGB Variations
Color information
#A85EEF (or 0xA85EEF) is known color: Medium Purple. HEX triplet: A8, 5E and EF. RGB value is (168,94,239). Sum of RGB (Red+Green+Blue) = 168+94+239=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #A85EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EEF is #57A110. Grayscale: #848484. Windows color (decimal): -5742865 or 15687336. OLE color: 15687336.
HSL color Cylindrical-coordinate representation of color #A85EEF: hue angle of 270.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85EEF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 94 | 239 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.06 |
| HSL | 270.62º | 0.82% | 0.65% | - |
| HSV(B) | 270.62º | 0.61% | 0.94% | - |
| XYZ | 35.73 | 22.56 | 84.13 | - |
| YUV | 132.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 239 | 0.30 | 0.61 | 0 | 0.06 | 270.62 | 0.82 | 0.65 |
| Hex | A8 | 5E | EF | 1E | 3D | 0 | 6 | 10F | 52 | 41 |
| Octal | 250 | 136 | 357 | 36 | 75 | 0 | 6 | 417 | 122 | 101 |
| Binary | 10101000 | 1011110 | 11101111 | 11110 | 111101 | 0 | 110 | 100001111 | 1010010 | 1000001 |
Color Harmonies of #A85EEF
Complementary color
Monochromatic Colors of #A85EEF
Black with #A85EEF
Text Example
Text Example
White with #A85EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EEF; }
p { color: rgb(168,94,239); }
H1.HeaderClassName
{
color: #A85EEF;
}
.AnyTagClassName
{
color: #A85EEF;
}
</style>
background-color css
<style>
a { background-color: #A85EEF; }
a { background-color: rgb(168,94,239); }
div.DivClassName
{
background-color: #A85EEF;
}
.BgClassName
{
background-color: #A85EEF;
}
</style>
border-color css
<style>
span { border-color: #A85EEF; }
span { border-color: rgb(168,94,239); }
td.TdClassName
{
border-color: #A85EEF;
}
.TagClassName
{
border-color: #A85EEF;
}
</style>