Shades of Medium Purple #A06FDC
Tints of Medium Purple #A06FDC
RGB
CMYK
RGB Variations
Color information
#A06FDC (or 0xA06FDC) is known color: Medium Purple. HEX triplet: A0, 6F and DC. RGB value is (160,111,220). Sum of RGB (Red+Green+Blue) = 160+111+220=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A06FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FDC is #5F9023. Grayscale: #898989. Windows color (decimal): -6262820 or 14446496. OLE color: 14446496.
HSL color Cylindrical-coordinate representation of color #A06FDC: hue angle of 266.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06FDC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 111 | 220 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.14 |
| HSL | 266.97º | 0.61% | 0.65% | - |
| HSV(B) | 266.97º | 0.5% | 0.86% | - |
| XYZ | 33.1 | 24.01 | 70.6 | - |
| YUV | 138.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 220 | 0.27 | 0.50 | 0 | 0.14 | 266.97 | 0.61 | 0.65 |
| Hex | A0 | 6F | DC | 1B | 32 | 0 | E | 10B | 3D | 41 |
| Octal | 240 | 157 | 334 | 33 | 62 | 0 | 16 | 413 | 75 | 101 |
| Binary | 10100000 | 1101111 | 11011100 | 11011 | 110010 | 0 | 1110 | 100001011 | 111101 | 1000001 |
Color Harmonies of #A06FDC
Complementary color
Monochromatic Colors of #A06FDC
Black with #A06FDC
Text Example
Text Example
White with #A06FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FDC; }
p { color: rgb(160,111,220); }
H1.HeaderClassName
{
color: #A06FDC;
}
.AnyTagClassName
{
color: #A06FDC;
}
</style>
background-color css
<style>
a { background-color: #A06FDC; }
a { background-color: rgb(160,111,220); }
div.DivClassName
{
background-color: #A06FDC;
}
.BgClassName
{
background-color: #A06FDC;
}
</style>
border-color css
<style>
span { border-color: #A06FDC; }
span { border-color: rgb(160,111,220); }
td.TdClassName
{
border-color: #A06FDC;
}
.TagClassName
{
border-color: #A06FDC;
}
</style>