Shades of Medium Purple #A85BF3
Tints of Medium Purple #A85BF3
RGB
CMYK
RGB Variations
Color information
#A85BF3 (or 0xA85BF3) is known color: Medium Purple. HEX triplet: A8, 5B and F3. RGB value is (168,91,243). Sum of RGB (Red+Green+Blue) = 168+91+243=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #A85BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BF3 is #57A40C. Grayscale: #828282. Windows color (decimal): -5743629 or 15948712. OLE color: 15948712.
HSL color Cylindrical-coordinate representation of color #A85BF3: hue angle of 270.39º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85BF3 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 91 | 243 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.05 |
| HSL | 270.39º | 0.86% | 0.65% | - |
| HSV(B) | 270.39º | 0.63% | 0.95% | - |
| XYZ | 36.07 | 22.28 | 87.19 | - |
| YUV | 131.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 243 | 0.31 | 0.63 | 0 | 0.05 | 270.39 | 0.86 | 0.65 |
| Hex | A8 | 5B | F3 | 1F | 3F | 0 | 5 | 10E | 56 | 41 |
| Octal | 250 | 133 | 363 | 37 | 77 | 0 | 5 | 416 | 126 | 101 |
| Binary | 10101000 | 1011011 | 11110011 | 11111 | 111111 | 0 | 101 | 100001110 | 1010110 | 1000001 |
Color Harmonies of #A85BF3
Complementary color
Monochromatic Colors of #A85BF3
Black with #A85BF3
Text Example
Text Example
White with #A85BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BF3; }
p { color: rgb(168,91,243); }
H1.HeaderClassName
{
color: #A85BF3;
}
.AnyTagClassName
{
color: #A85BF3;
}
</style>
background-color css
<style>
a { background-color: #A85BF3; }
a { background-color: rgb(168,91,243); }
div.DivClassName
{
background-color: #A85BF3;
}
.BgClassName
{
background-color: #A85BF3;
}
</style>
border-color css
<style>
span { border-color: #A85BF3; }
span { border-color: rgb(168,91,243); }
td.TdClassName
{
border-color: #A85BF3;
}
.TagClassName
{
border-color: #A85BF3;
}
</style>