Shades of Medium Purple #A85DFD
Tints of Medium Purple #A85DFD
RGB
CMYK
RGB Variations
Color information
#A85DFD (or 0xA85DFD) is known color: Medium Purple. HEX triplet: A8, 5D and FD. RGB value is (168,93,253). Sum of RGB (Red+Green+Blue) = 168+93+253=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A85DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DFD is #57A202. Grayscale: #858585. Windows color (decimal): -5743107 or 16604584. OLE color: 16604584.
HSL color Cylindrical-coordinate representation of color #A85DFD: hue angle of 268.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85DFD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 93 | 253 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.01 |
| HSL | 268.13º | 0.98% | 0.68% | - |
| HSV(B) | 268.13º | 0.63% | 0.99% | - |
| XYZ | 37.79 | 23.25 | 95.42 | - |
| YUV | 133.67 | 195.35 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 253 | 0.34 | 0.63 | 0 | 0.01 | 268.13 | 0.98 | 0.68 |
| Hex | A8 | 5D | FD | 22 | 3F | 0 | 1 | 10C | 62 | 44 |
| Octal | 250 | 135 | 375 | 42 | 77 | 0 | 1 | 414 | 142 | 104 |
| Binary | 10101000 | 1011101 | 11111101 | 100010 | 111111 | 0 | 1 | 100001100 | 1100010 | 1000100 |
Color Harmonies of #A85DFD
Complementary color
Monochromatic Colors of #A85DFD
Black with #A85DFD
Text Example
Text Example
White with #A85DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DFD; }
p { color: rgb(168,93,253); }
H1.HeaderClassName
{
color: #A85DFD;
}
.AnyTagClassName
{
color: #A85DFD;
}
</style>
background-color css
<style>
a { background-color: #A85DFD; }
a { background-color: rgb(168,93,253); }
div.DivClassName
{
background-color: #A85DFD;
}
.BgClassName
{
background-color: #A85DFD;
}
</style>
border-color css
<style>
span { border-color: #A85DFD; }
span { border-color: rgb(168,93,253); }
td.TdClassName
{
border-color: #A85DFD;
}
.TagClassName
{
border-color: #A85DFD;
}
</style>