Shades of Medium Purple #A86CF4
Tints of Medium Purple #A86CF4
RGB
CMYK
RGB Variations
Color information
#A86CF4 (or 0xA86CF4) is known color: Medium Purple. HEX triplet: A8, 6C and F4. RGB value is (168,108,244). Sum of RGB (Red+Green+Blue) = 168+108+244=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #A86CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CF4 is #57930B. Grayscale: #8C8C8C. Windows color (decimal): -5739276 or 16018600. OLE color: 16018600.
HSL color Cylindrical-coordinate representation of color #A86CF4: hue angle of 266.47º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86CF4 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 108 | 244 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.04 |
| HSL | 266.47º | 0.86% | 0.69% | - |
| HSV(B) | 266.47º | 0.56% | 0.96% | - |
| XYZ | 37.84 | 25.58 | 88.53 | - |
| YUV | 141.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 244 | 0.31 | 0.56 | 0 | 0.04 | 266.47 | 0.86 | 0.69 |
| Hex | A8 | 6C | F4 | 1F | 38 | 0 | 4 | 10A | 56 | 45 |
| Octal | 250 | 154 | 364 | 37 | 70 | 0 | 4 | 412 | 126 | 105 |
| Binary | 10101000 | 1101100 | 11110100 | 11111 | 111000 | 0 | 100 | 100001010 | 1010110 | 1000101 |
Color Harmonies of #A86CF4
Complementary color
Monochromatic Colors of #A86CF4
Black with #A86CF4
Text Example
Text Example
White with #A86CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CF4; }
p { color: rgb(168,108,244); }
H1.HeaderClassName
{
color: #A86CF4;
}
.AnyTagClassName
{
color: #A86CF4;
}
</style>
background-color css
<style>
a { background-color: #A86CF4; }
a { background-color: rgb(168,108,244); }
div.DivClassName
{
background-color: #A86CF4;
}
.BgClassName
{
background-color: #A86CF4;
}
</style>
border-color css
<style>
span { border-color: #A86CF4; }
span { border-color: rgb(168,108,244); }
td.TdClassName
{
border-color: #A86CF4;
}
.TagClassName
{
border-color: #A86CF4;
}
</style>