Shades of Medium Purple #A85AFE
Tints of Medium Purple #A85AFE
RGB
CMYK
RGB Variations
Color information
#A85AFE (or 0xA85AFE) is known color: Medium Purple. HEX triplet: A8, 5A and FE. RGB value is (168,90,254). Sum of RGB (Red+Green+Blue) = 168+90+254=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #A85AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AFE is #57A501. Grayscale: #838383. Windows color (decimal): -5743874 or 16669352. OLE color: 16669352.
HSL color Cylindrical-coordinate representation of color #A85AFE: hue angle of 268.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A85AFE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 90 | 254 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.00 |
| HSL | 268.54º | 0.99% | 0.67% | - |
| HSV(B) | 268.54º | 0.65% | 1% | - |
| XYZ | 37.69 | 22.79 | 96.18 | - |
| YUV | 132.02 | 196.84 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 254 | 0.34 | 0.65 | 0 | 0.00 | 268.54 | 0.99 | 0.67 |
| Hex | A8 | 5A | FE | 22 | 41 | 0 | 0 | 10D | 63 | 43 |
| Octal | 250 | 132 | 376 | 42 | 101 | 0 | 0 | 415 | 143 | 103 |
| Binary | 10101000 | 1011010 | 11111110 | 100010 | 1000001 | 0 | 0 | 100001101 | 1100011 | 1000011 |
Color Harmonies of #A85AFE
Complementary color
Monochromatic Colors of #A85AFE
Black with #A85AFE
Text Example
Text Example
White with #A85AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AFE; }
p { color: rgb(168,90,254); }
H1.HeaderClassName
{
color: #A85AFE;
}
.AnyTagClassName
{
color: #A85AFE;
}
</style>
background-color css
<style>
a { background-color: #A85AFE; }
a { background-color: rgb(168,90,254); }
div.DivClassName
{
background-color: #A85AFE;
}
.BgClassName
{
background-color: #A85AFE;
}
</style>
border-color css
<style>
span { border-color: #A85AFE; }
span { border-color: rgb(168,90,254); }
td.TdClassName
{
border-color: #A85AFE;
}
.TagClassName
{
border-color: #A85AFE;
}
</style>