Shades of Medium Purple #A85DFE
Tints of Medium Purple #A85DFE
RGB
CMYK
RGB Variations
Color information
#A85DFE (or 0xA85DFE) is known color: Medium Purple. HEX triplet: A8, 5D and FE. RGB value is (168,93,254). Sum of RGB (Red+Green+Blue) = 168+93+254=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #A85DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DFE is #57A201. Grayscale: #858585. Windows color (decimal): -5743106 or 16670120. OLE color: 16670120.
HSL color Cylindrical-coordinate representation of color #A85DFE: hue angle of 267.95º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85DFE is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 93 | 254 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.00 |
| HSL | 267.95º | 0.99% | 0.68% | - |
| HSV(B) | 267.95º | 0.63% | 1% | - |
| XYZ | 37.95 | 23.31 | 96.26 | - |
| YUV | 133.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 254 | 0.34 | 0.63 | 0 | 0.00 | 267.95 | 0.99 | 0.68 |
| Hex | A8 | 5D | FE | 22 | 3F | 0 | 0 | 10C | 63 | 44 |
| Octal | 250 | 135 | 376 | 42 | 77 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10101000 | 1011101 | 11111110 | 100010 | 111111 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #A85DFE
Complementary color
Monochromatic Colors of #A85DFE
Black with #A85DFE
Text Example
Text Example
White with #A85DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DFE; }
p { color: rgb(168,93,254); }
H1.HeaderClassName
{
color: #A85DFE;
}
.AnyTagClassName
{
color: #A85DFE;
}
</style>
background-color css
<style>
a { background-color: #A85DFE; }
a { background-color: rgb(168,93,254); }
div.DivClassName
{
background-color: #A85DFE;
}
.BgClassName
{
background-color: #A85DFE;
}
</style>
border-color css
<style>
span { border-color: #A85DFE; }
span { border-color: rgb(168,93,254); }
td.TdClassName
{
border-color: #A85DFE;
}
.TagClassName
{
border-color: #A85DFE;
}
</style>