Shades of Medium Purple #A85DEF
Tints of Medium Purple #A85DEF
RGB
CMYK
RGB Variations
Color information
#A85DEF (or 0xA85DEF) is known color: Medium Purple. HEX triplet: A8, 5D and EF. RGB value is (168,93,239). Sum of RGB (Red+Green+Blue) = 168+93+239=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #A85DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DEF is #57A210. Grayscale: #838383. Windows color (decimal): -5743121 or 15687080. OLE color: 15687080.
HSL color Cylindrical-coordinate representation of color #A85DEF: hue angle of 270.82º 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 #A85DEF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 93 | 239 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.06 |
| HSL | 270.82º | 0.82% | 0.65% | - |
| HSV(B) | 270.82º | 0.61% | 0.94% | - |
| XYZ | 35.64 | 22.39 | 84.1 | - |
| YUV | 132.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 239 | 0.30 | 0.61 | 0 | 0.06 | 270.82 | 0.82 | 0.65 |
| Hex | A8 | 5D | EF | 1E | 3D | 0 | 6 | 10F | 52 | 41 |
| Octal | 250 | 135 | 357 | 36 | 75 | 0 | 6 | 417 | 122 | 101 |
| Binary | 10101000 | 1011101 | 11101111 | 11110 | 111101 | 0 | 110 | 100001111 | 1010010 | 1000001 |
Color Harmonies of #A85DEF
Complementary color
Monochromatic Colors of #A85DEF
Black with #A85DEF
Text Example
Text Example
White with #A85DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DEF; }
p { color: rgb(168,93,239); }
H1.HeaderClassName
{
color: #A85DEF;
}
.AnyTagClassName
{
color: #A85DEF;
}
</style>
background-color css
<style>
a { background-color: #A85DEF; }
a { background-color: rgb(168,93,239); }
div.DivClassName
{
background-color: #A85DEF;
}
.BgClassName
{
background-color: #A85DEF;
}
</style>
border-color css
<style>
span { border-color: #A85DEF; }
span { border-color: rgb(168,93,239); }
td.TdClassName
{
border-color: #A85DEF;
}
.TagClassName
{
border-color: #A85DEF;
}
</style>