Shades of Medium Purple #A06CDF
Tints of Medium Purple #A06CDF
RGB
CMYK
RGB Variations
Color information
#A06CDF (or 0xA06CDF) is known color: Medium Purple. HEX triplet: A0, 6C and DF. RGB value is (160,108,223). Sum of RGB (Red+Green+Blue) = 160+108+223=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A06CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CDF is #5F9320. Grayscale: #888888. Windows color (decimal): -6263585 or 14642336. OLE color: 14642336.
HSL color Cylindrical-coordinate representation of color #A06CDF: hue angle of 267.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06CDF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 108 | 223 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 267.13º | 0.64% | 0.65% | - |
| HSV(B) | 267.13º | 0.52% | 0.87% | - |
| XYZ | 33.18 | 23.53 | 72.6 | - |
| YUV | 136.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 223 | 0.28 | 0.52 | 0 | 0.13 | 267.13 | 0.64 | 0.65 |
| Hex | A0 | 6C | DF | 1C | 34 | 0 | D | 10B | 40 | 41 |
| Octal | 240 | 154 | 337 | 34 | 64 | 0 | 15 | 413 | 100 | 101 |
| Binary | 10100000 | 1101100 | 11011111 | 11100 | 110100 | 0 | 1101 | 100001011 | 1000000 | 1000001 |
Color Harmonies of #A06CDF
Complementary color
Monochromatic Colors of #A06CDF
Black with #A06CDF
Text Example
Text Example
White with #A06CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CDF; }
p { color: rgb(160,108,223); }
H1.HeaderClassName
{
color: #A06CDF;
}
.AnyTagClassName
{
color: #A06CDF;
}
</style>
background-color css
<style>
a { background-color: #A06CDF; }
a { background-color: rgb(160,108,223); }
div.DivClassName
{
background-color: #A06CDF;
}
.BgClassName
{
background-color: #A06CDF;
}
</style>
border-color css
<style>
span { border-color: #A06CDF; }
span { border-color: rgb(160,108,223); }
td.TdClassName
{
border-color: #A06CDF;
}
.TagClassName
{
border-color: #A06CDF;
}
</style>