Shades of Medium Purple #A06CF8
Tints of Medium Purple #A06CF8
RGB
CMYK
RGB Variations
Color information
#A06CF8 (or 0xA06CF8) is known color: Medium Purple. HEX triplet: A0, 6C and F8. RGB value is (160,108,248). Sum of RGB (Red+Green+Blue) = 160+108+248=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #A06CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CF8 is #5F9307. Grayscale: #8B8B8B. Windows color (decimal): -6263560 or 16280736. OLE color: 16280736.
HSL color Cylindrical-coordinate representation of color #A06CF8: hue angle of 262.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06CF8 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 108 | 248 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.03 |
| HSL | 262.29º | 0.91% | 0.7% | - |
| HSV(B) | 262.29º | 0.56% | 0.97% | - |
| XYZ | 36.8 | 24.98 | 91.69 | - |
| YUV | 139.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 248 | 0.35 | 0.56 | 0 | 0.03 | 262.29 | 0.91 | 0.7 |
| Hex | A0 | 6C | F8 | 23 | 38 | 0 | 3 | 106 | 5B | 46 |
| Octal | 240 | 154 | 370 | 43 | 70 | 0 | 3 | 406 | 133 | 106 |
| Binary | 10100000 | 1101100 | 11111000 | 100011 | 111000 | 0 | 11 | 100000110 | 1011011 | 1000110 |
Color Harmonies of #A06CF8
Complementary color
Monochromatic Colors of #A06CF8
Black with #A06CF8
Text Example
Text Example
White with #A06CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CF8; }
p { color: rgb(160,108,248); }
H1.HeaderClassName
{
color: #A06CF8;
}
.AnyTagClassName
{
color: #A06CF8;
}
</style>
background-color css
<style>
a { background-color: #A06CF8; }
a { background-color: rgb(160,108,248); }
div.DivClassName
{
background-color: #A06CF8;
}
.BgClassName
{
background-color: #A06CF8;
}
</style>
border-color css
<style>
span { border-color: #A06CF8; }
span { border-color: rgb(160,108,248); }
td.TdClassName
{
border-color: #A06CF8;
}
.TagClassName
{
border-color: #A06CF8;
}
</style>