Shades of Medium Purple #A86CE4
Tints of Medium Purple #A86CE4
RGB
CMYK
RGB Variations
Color information
#A86CE4 (or 0xA86CE4) is known color: Medium Purple. HEX triplet: A8, 6C and E4. RGB value is (168,108,228). Sum of RGB (Red+Green+Blue) = 168+108+228=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #A86CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CE4 is #57931B. Grayscale: #8B8B8B. Windows color (decimal): -5739292 or 14970024. OLE color: 14970024.
HSL color Cylindrical-coordinate representation of color #A86CE4: hue angle of 270º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86CE4 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 108 | 228 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.11 |
| HSL | 270º | 0.69% | 0.66% | - |
| HSV(B) | 270º | 0.53% | 0.89% | - |
| XYZ | 35.51 | 24.65 | 76.29 | - |
| YUV | 139.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 228 | 0.26 | 0.53 | 0 | 0.11 | 270 | 0.69 | 0.66 |
| Hex | A8 | 6C | E4 | 1A | 35 | 0 | B | 10E | 45 | 42 |
| Octal | 250 | 154 | 344 | 32 | 65 | 0 | 13 | 416 | 105 | 102 |
| Binary | 10101000 | 1101100 | 11100100 | 11010 | 110101 | 0 | 1011 | 100001110 | 1000101 | 1000010 |
Color Harmonies of #A86CE4
Complementary color
Monochromatic Colors of #A86CE4
Black with #A86CE4
Text Example
Text Example
White with #A86CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CE4; }
p { color: rgb(168,108,228); }
H1.HeaderClassName
{
color: #A86CE4;
}
.AnyTagClassName
{
color: #A86CE4;
}
</style>
background-color css
<style>
a { background-color: #A86CE4; }
a { background-color: rgb(168,108,228); }
div.DivClassName
{
background-color: #A86CE4;
}
.BgClassName
{
background-color: #A86CE4;
}
</style>
border-color css
<style>
span { border-color: #A86CE4; }
span { border-color: rgb(168,108,228); }
td.TdClassName
{
border-color: #A86CE4;
}
.TagClassName
{
border-color: #A86CE4;
}
</style>