Shades of Medium Purple #A85DF9
Tints of Medium Purple #A85DF9
RGB
CMYK
RGB Variations
Color information
#A85DF9 (or 0xA85DF9) is known color: Medium Purple. HEX triplet: A8, 5D and F9. RGB value is (168,93,249). Sum of RGB (Red+Green+Blue) = 168+93+249=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #A85DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DF9 is #57A206. Grayscale: #848484. Windows color (decimal): -5743111 or 16342440. OLE color: 16342440.
HSL color Cylindrical-coordinate representation of color #A85DF9: hue angle of 268.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85DF9 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 93 | 249 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.02 |
| HSL | 268.85º | 0.93% | 0.67% | - |
| HSV(B) | 268.85º | 0.63% | 0.98% | - |
| XYZ | 37.16 | 22.99 | 92.1 | - |
| YUV | 133.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 249 | 0.33 | 0.63 | 0 | 0.02 | 268.85 | 0.93 | 0.67 |
| Hex | A8 | 5D | F9 | 21 | 3F | 0 | 2 | 10D | 5D | 43 |
| Octal | 250 | 135 | 371 | 41 | 77 | 0 | 2 | 415 | 135 | 103 |
| Binary | 10101000 | 1011101 | 11111001 | 100001 | 111111 | 0 | 10 | 100001101 | 1011101 | 1000011 |
Color Harmonies of #A85DF9
Complementary color
Monochromatic Colors of #A85DF9
Black with #A85DF9
Text Example
Text Example
White with #A85DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DF9; }
p { color: rgb(168,93,249); }
H1.HeaderClassName
{
color: #A85DF9;
}
.AnyTagClassName
{
color: #A85DF9;
}
</style>
background-color css
<style>
a { background-color: #A85DF9; }
a { background-color: rgb(168,93,249); }
div.DivClassName
{
background-color: #A85DF9;
}
.BgClassName
{
background-color: #A85DF9;
}
</style>
border-color css
<style>
span { border-color: #A85DF9; }
span { border-color: rgb(168,93,249); }
td.TdClassName
{
border-color: #A85DF9;
}
.TagClassName
{
border-color: #A85DF9;
}
</style>