Shades of Medium Purple #A858FD
Tints of Medium Purple #A858FD
RGB
CMYK
RGB Variations
Color information
#A858FD (or 0xA858FD) is known color: Medium Purple. HEX triplet: A8, 58 and FD. RGB value is (168,88,253). Sum of RGB (Red+Green+Blue) = 168+88+253=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A858FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858FD is #57A702. Grayscale: #828282. Windows color (decimal): -5744387 or 16603304. OLE color: 16603304.
HSL color Cylindrical-coordinate representation of color #A858FD: hue angle of 269.09º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A858FD is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 88 | 253 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.01 |
| HSL | 269.09º | 0.98% | 0.67% | - |
| HSV(B) | 269.09º | 0.65% | 0.99% | - |
| XYZ | 37.37 | 22.4 | 95.28 | - |
| YUV | 130.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 88 | 253 | 0.34 | 0.65 | 0 | 0.01 | 269.09 | 0.98 | 0.67 |
| Hex | A8 | 58 | FD | 22 | 41 | 0 | 1 | 10D | 62 | 43 |
| Octal | 250 | 130 | 375 | 42 | 101 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101000 | 1011000 | 11111101 | 100010 | 1000001 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A858FD
Complementary color
Monochromatic Colors of #A858FD
Black with #A858FD
Text Example
Text Example
White with #A858FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A858FD; }
p { color: rgb(168,88,253); }
H1.HeaderClassName
{
color: #A858FD;
}
.AnyTagClassName
{
color: #A858FD;
}
</style>
background-color css
<style>
a { background-color: #A858FD; }
a { background-color: rgb(168,88,253); }
div.DivClassName
{
background-color: #A858FD;
}
.BgClassName
{
background-color: #A858FD;
}
</style>
border-color css
<style>
span { border-color: #A858FD; }
span { border-color: rgb(168,88,253); }
td.TdClassName
{
border-color: #A858FD;
}
.TagClassName
{
border-color: #A858FD;
}
</style>