Shades of Medium Purple #A85BF7
Tints of Medium Purple #A85BF7
RGB
CMYK
RGB Variations
Color information
#A85BF7 (or 0xA85BF7) is known color: Medium Purple. HEX triplet: A8, 5B and F7. RGB value is (168,91,247). Sum of RGB (Red+Green+Blue) = 168+91+247=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #A85BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BF7 is #57A408. Grayscale: #838383. Windows color (decimal): -5743625 or 16210856. OLE color: 16210856.
HSL color Cylindrical-coordinate representation of color #A85BF7: hue angle of 269.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85BF7 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 91 | 247 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.03 |
| HSL | 269.62º | 0.91% | 0.66% | - |
| HSV(B) | 269.62º | 0.63% | 0.97% | - |
| XYZ | 36.68 | 22.52 | 90.41 | - |
| YUV | 131.81 | 193.01 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 247 | 0.32 | 0.63 | 0 | 0.03 | 269.62 | 0.91 | 0.66 |
| Hex | A8 | 5B | F7 | 20 | 3F | 0 | 3 | 10E | 5B | 42 |
| Octal | 250 | 133 | 367 | 40 | 77 | 0 | 3 | 416 | 133 | 102 |
| Binary | 10101000 | 1011011 | 11110111 | 100000 | 111111 | 0 | 11 | 100001110 | 1011011 | 1000010 |
Color Harmonies of #A85BF7
Complementary color
Monochromatic Colors of #A85BF7
Black with #A85BF7
Text Example
Text Example
White with #A85BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BF7; }
p { color: rgb(168,91,247); }
H1.HeaderClassName
{
color: #A85BF7;
}
.AnyTagClassName
{
color: #A85BF7;
}
</style>
background-color css
<style>
a { background-color: #A85BF7; }
a { background-color: rgb(168,91,247); }
div.DivClassName
{
background-color: #A85BF7;
}
.BgClassName
{
background-color: #A85BF7;
}
</style>
border-color css
<style>
span { border-color: #A85BF7; }
span { border-color: rgb(168,91,247); }
td.TdClassName
{
border-color: #A85BF7;
}
.TagClassName
{
border-color: #A85BF7;
}
</style>