Shades of Medium Purple #A85BFD
Tints of Medium Purple #A85BFD
RGB
CMYK
RGB Variations
Color information
#A85BFD (or 0xA85BFD) is known color: Medium Purple. HEX triplet: A8, 5B and FD. RGB value is (168,91,253). Sum of RGB (Red+Green+Blue) = 168+91+253=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A85BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BFD is #57A402. Grayscale: #838383. Windows color (decimal): -5743619 or 16604072. OLE color: 16604072.
HSL color Cylindrical-coordinate representation of color #A85BFD: hue angle of 268.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A85BFD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 91 | 253 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.01 |
| HSL | 268.52º | 0.98% | 0.67% | - |
| HSV(B) | 268.52º | 0.64% | 0.99% | - |
| XYZ | 37.62 | 22.9 | 95.37 | - |
| YUV | 132.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 253 | 0.34 | 0.64 | 0 | 0.01 | 268.52 | 0.98 | 0.67 |
| Hex | A8 | 5B | FD | 22 | 40 | 0 | 1 | 10D | 62 | 43 |
| Octal | 250 | 133 | 375 | 42 | 100 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101000 | 1011011 | 11111101 | 100010 | 1000000 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A85BFD
Complementary color
Monochromatic Colors of #A85BFD
Black with #A85BFD
Text Example
Text Example
White with #A85BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BFD; }
p { color: rgb(168,91,253); }
H1.HeaderClassName
{
color: #A85BFD;
}
.AnyTagClassName
{
color: #A85BFD;
}
</style>
background-color css
<style>
a { background-color: #A85BFD; }
a { background-color: rgb(168,91,253); }
div.DivClassName
{
background-color: #A85BFD;
}
.BgClassName
{
background-color: #A85BFD;
}
</style>
border-color css
<style>
span { border-color: #A85BFD; }
span { border-color: rgb(168,91,253); }
td.TdClassName
{
border-color: #A85BFD;
}
.TagClassName
{
border-color: #A85BFD;
}
</style>