Shades of Medium Purple #A85DF7
Tints of Medium Purple #A85DF7
RGB
CMYK
RGB Variations
Color information
#A85DF7 (or 0xA85DF7) is known color: Medium Purple. HEX triplet: A8, 5D and F7. RGB value is (168,93,247). Sum of RGB (Red+Green+Blue) = 168+93+247=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #A85DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DF7 is #57A208. Grayscale: #848484. Windows color (decimal): -5743113 or 16211368. OLE color: 16211368.
HSL color Cylindrical-coordinate representation of color #A85DF7: hue angle of 269.22º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85DF7 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 93 | 247 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.03 |
| HSL | 269.22º | 0.91% | 0.67% | - |
| HSV(B) | 269.22º | 0.62% | 0.97% | - |
| XYZ | 36.85 | 22.87 | 90.47 | - |
| YUV | 132.98 | 192.35 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 247 | 0.32 | 0.62 | 0 | 0.03 | 269.22 | 0.91 | 0.67 |
| Hex | A8 | 5D | F7 | 20 | 3E | 0 | 3 | 10D | 5B | 43 |
| Octal | 250 | 135 | 367 | 40 | 76 | 0 | 3 | 415 | 133 | 103 |
| Binary | 10101000 | 1011101 | 11110111 | 100000 | 111110 | 0 | 11 | 100001101 | 1011011 | 1000011 |
Color Harmonies of #A85DF7
Complementary color
Monochromatic Colors of #A85DF7
Black with #A85DF7
Text Example
Text Example
White with #A85DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DF7; }
p { color: rgb(168,93,247); }
H1.HeaderClassName
{
color: #A85DF7;
}
.AnyTagClassName
{
color: #A85DF7;
}
</style>
background-color css
<style>
a { background-color: #A85DF7; }
a { background-color: rgb(168,93,247); }
div.DivClassName
{
background-color: #A85DF7;
}
.BgClassName
{
background-color: #A85DF7;
}
</style>
border-color css
<style>
span { border-color: #A85DF7; }
span { border-color: rgb(168,93,247); }
td.TdClassName
{
border-color: #A85DF7;
}
.TagClassName
{
border-color: #A85DF7;
}
</style>